Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lagden committed May 27, 2021
1 parent a1cb509 commit 14aea96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- run: yarn set version berry
- run: >
echo 'nodeLinker: node-modules' >> .yarnrc.yml
- run: yarn install
- run: yarn cache clean --all
- run: YARN_CHECKSUM_BEHAVIOR=update yarn
- run: npm test
env:
CI: true
Expand Down

0 comments on commit 14aea96

Please sign in to comment.