Skip to content

Commit

Permalink
remove frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Dec 9, 2024
1 parent 8c8f0be commit febc2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'yarn'

- run: yarn install --frozen-lockfile
- run: yarn install
- run: yarn test

0 comments on commit febc2bc

Please sign in to comment.