Skip to content

Commit

Permalink
use pure-lockfile
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew DeVenny <matt@boxboat.com>
  • Loading branch information
matthewdevenny committed Aug 12, 2021
1 parent a04117a commit f0cfc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: "12.x"
- run: yarn install --frozen-lockfile
- run: yarn install --pure-lockfile
- run: yarn test
env:
CI: true

0 comments on commit f0cfc27

Please sign in to comment.