Skip to content

Commit

Permalink
ci: fix npm-publish workflow (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 authored Sep 15, 2021
1 parent 6131874 commit 3fb35c4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@ on:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
- run: npm test

publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3fb35c4

Please sign in to comment.