Skip to content

Commit 0a17423

Browse files
committed
Fix yarn.lock
1 parent 88f8baf commit 0a17423

File tree

2 files changed

+1496
-3493
lines changed

2 files changed

+1496
-3493
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
cache: "yarn"
26-
- run: yarn --frozen-lockfile
26+
- run: yarn --immutable
2727
- run: yarn lint
2828
- name: db cache
2929
id: cache-db

0 commit comments

Comments
 (0)