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 bff6428 commit 6eb6244Copy full SHA for 6eb6244
.github/actions/setup/action.yml
@@ -12,6 +12,7 @@ runs:
12
with:
13
node-version-file: .nvmrc
14
cache: pnpm
15
+ cache-dependency-path: pnpm-lock.yaml
16
- run: corepack enable
17
shell: bash
18
- run: pnpm i
0 commit comments