We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd7183 commit f674cd5Copy full SHA for f674cd5
.github/actions/setup/action.yml
@@ -8,11 +8,11 @@ runs:
8
shell: bash
9
- run: timedatectl
10
11
- - uses: pnpm/action-setup@v4
+ - uses: pnpm/action-setup@v4 # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-data
12
- uses: actions/setup-node@v4
13
with:
14
node-version-file: .nvmrc
15
- cache: 'pnpm'
+ cache: pnpm
16
cache-dependency-path: pnpm-lock.yaml
17
- run: corepack enable
18
0 commit comments