Skip to content

Commit 806c182

Browse files
committed
fix: enable prefer-offline option for pnpm install to optimize dependency installation
1 parent 60aba2c commit 806c182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/node-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ runs:
3535
3636
- name: Install dependencies
3737
shell: bash
38-
run: pnpm install --frozen-lockfile
38+
run: pnpm install --frozen-lockfile --prefer-offline
3939

0 commit comments

Comments
 (0)