We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b07b6 commit 1e1edcdCopy full SHA for 1e1edcd
1 file changed
action.yml
@@ -12,7 +12,7 @@ runs:
12
uses: actions/setup-node@v4
13
with:
14
node-version: "lts/*"
15
- cache: "npm"
+ cache: "pnpm"
16
- name: PNPM
17
run: corepack enable && corepack prepare pnpm@latest --activate
18
shell: bash
0 commit comments