Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Aug 9, 2022
1 parent 2de38ec commit 42102f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node-js-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
with:
node-version: '16.x'
- run: npm ci
- run: npm ci
working-directory: ./examples/async
- run: npm ci
working-directory: ./examples/callback
- run: npm run lint
- run: npm run prettier
- run: npm test
Expand Down

0 comments on commit 42102f0

Please sign in to comment.