We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--frozen-lockfile
1 parent a08ed17 commit 5e0b89dCopy full SHA for 5e0b89d
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
node-version: ${{ matrix.node-version }}
35
36
- - run: yarn install --ignore-engines
+ - run: yarn install --frozen-lockfile --ignore-engines
37
38
- run: yarn lint
39
if: matrix.node-version == 22
0 commit comments