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

Commit 922aa50

Browse files
authored
Merge pull request #196 from tsparticles/renovate/pnpm-action-setup-6.x
chore(deps): update pnpm/action-setup action to v6
2 parents d03e32b + ca03f78 commit 922aa50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
node-version: '24'
3636

37-
- uses: pnpm/action-setup@v5.0.0
37+
- uses: pnpm/action-setup@v6.0.3
3838
with:
3939
run_install: false
4040

.github/workflows/npm-publish.yml

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

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

0 commit comments

Comments
 (0)