Skip to content

Commit baa634c

Browse files
committed
ci(tools): add "pnpm install --no-frozen-lockfi" in github ci workflow
1 parent a986ba2 commit baa634c

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
@@ -23,7 +23,7 @@ jobs:
2323
node-version: '20'
2424

2525
- name: Install dependencies
26-
run: npm install -g pnpm && pnpm install
26+
run: npm install -g pnpm && pnpm install --no-frozen-lockfile
2727

2828
- name: Run CI
2929
run: pnpm run ci

0 commit comments

Comments
 (0)