Skip to content

Commit f674cd5

Browse files
committed
ci: 修正 actions pnpm cache
1 parent 2fd7183 commit f674cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ runs:
88
shell: bash
99
- run: timedatectl
1010
shell: bash
11-
- uses: pnpm/action-setup@v4
11+
- uses: pnpm/action-setup@v4 # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-data
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version-file: .nvmrc
15-
cache: 'pnpm'
15+
cache: pnpm
1616
cache-dependency-path: pnpm-lock.yaml
1717
- run: corepack enable
1818
shell: bash

0 commit comments

Comments
 (0)