Skip to content

Commit

Permalink
lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Aug 29, 2024
2 parents 56eb5b1 + 951aaec commit 6d98de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: if [ -d "node_modules" ]; then echo "node_modules cache hit"; else echo "node_modules cache miss"; fi

- name: Install dependencies
run: yarn install
run: yarn install --frozen-lockfile

- name: Format code
run: yarn fmt
Expand Down

0 comments on commit 6d98de5

Please sign in to comment.