Skip to content

Commit

Permalink
fix: use yarn to install package on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemasta committed Sep 30, 2021
1 parent 21e5f24 commit e755821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10
- run: npm install
- run: yarn
- run: npm test
- uses: JS-DevTools/npm-publish@v1
with:
Expand Down

0 comments on commit e755821

Please sign in to comment.