Skip to content

Commit f2cc04d

Browse files
chore(deps): update pnpm/action-setup action to v6
1 parent bd37b96 commit f2cc04d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/node.js-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/setup-node@v6
2222
with:
2323
node-version: "24"
24-
- uses: pnpm/action-setup@v5
24+
- uses: pnpm/action-setup@v6
2525
name: Install pnpm
2626
id: pnpm-install
2727
with:
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/setup-node@v6
6262
with:
6363
node-version: "24"
64-
- uses: pnpm/action-setup@v5
64+
- uses: pnpm/action-setup@v6
6565
name: Install pnpm
6666
id: pnpm-install
6767
with:

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 24
2626
registry-url: https://registry.npmjs.org
2727

28-
- uses: pnpm/action-setup@v5.0.0
28+
- uses: pnpm/action-setup@v6.0.0
2929
name: Install pnpm
3030
with:
3131
run_install: false

0 commit comments

Comments
 (0)