Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
antpaw committed Mar 6, 2023
1 parent 8877b7f commit 6936bec
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test
- run: npm run lint
- run: npm run build
- name: Setup
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test
- run: npm run lint
- run: npm run build
- name: Upload coverage to Codecov
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v3

publish-npm:
needs: build
Expand Down

0 comments on commit 6936bec

Please sign in to comment.