Skip to content

Commit

Permalink
Merge pull request #96 from bigcommerce/fix/install-with-yarn
Browse files Browse the repository at this point in the history
Use yarn to install packages in GitHub action
  • Loading branch information
jorgemasta authored Sep 30, 2021
2 parents 21e5f24 + e755821 commit cc5ce62
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 cc5ce62

Please sign in to comment.