Skip to content

Commit 5e0b89d

Browse files
authored
Add --frozen-lockfile
1 parent a08ed17 commit 5e0b89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535

36-
- run: yarn install --ignore-engines
36+
- run: yarn install --frozen-lockfile --ignore-engines
3737

3838
- run: yarn lint
3939
if: matrix.node-version == 22

0 commit comments

Comments
 (0)