Skip to content

Commit

Permalink
Remove frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerac4 committed May 6, 2024
1 parent 6e09162 commit 7dabf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: 18.x
yarn-version: 1.x
- name: Install Dependencies
run: yarn install --frozen-lockfile
run: yarn install
- name: Lint
run: yarn lint
- name: Run Tests
Expand Down

0 comments on commit 7dabf7b

Please sign in to comment.