Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit b644763

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
node-version: "24"
3232

33-
- uses: pnpm/action-setup@v5.0.0
33+
- uses: pnpm/action-setup@v6.0.0
3434
with:
3535
run_install: false
3636

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: 24
3131
registry-url: https://registry.npmjs.org
3232

33-
- uses: pnpm/action-setup@v5.0.0
33+
- uses: pnpm/action-setup@v6.0.0
3434
name: Install pnpm
3535
with:
3636
run_install: false

0 commit comments

Comments
 (0)