Skip to content

Commit

Permalink
frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Aug 29, 2024
1 parent b70b23c commit 951aaec
Show file tree
Hide file tree
Showing 2 changed files with 365 additions and 356 deletions.
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
Loading

0 comments on commit 951aaec

Please sign in to comment.