Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Fix gh npm publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gorillamoe committed Feb 23, 2022
1 parent 3c6de0e commit cb9eb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 15
node-version: 16
- run: yarn install || exit 1
- run: yarn lint || exit 2
- run: yarn test || exit 3
Expand Down

0 comments on commit cb9eb9a

Please sign in to comment.