Skip to content

Commit 1e1edcd

Browse files
committed
🔧 fix(action): change cache type from npm to pnpm for setup-node action
1 parent 06b07b6 commit 1e1edcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
uses: actions/setup-node@v4
1313
with:
1414
node-version: "lts/*"
15-
cache: "npm"
15+
cache: "pnpm"
1616
- name: PNPM
1717
run: corepack enable && corepack prepare pnpm@latest --activate
1818
shell: bash

0 commit comments

Comments
 (0)