Skip to content

Commit 7870c9b

Browse files
authored
Merge pull request #63 from tsparticles/renovate/pnpm-action-setup-4.x
chore(deps): update pnpm/action-setup action to v4
2 parents a42d4df + 8d59668 commit 7870c9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/setup-node@v4
3232
with:
3333
node-version: '20'
34-
- uses: pnpm/action-setup@v2.4.0
34+
- uses: pnpm/action-setup@v4.0.0
3535
name: Install pnpm
3636
id: pnpm-install
3737
with:
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/setup-node@v4
7474
with:
7575
node-version: '20'
76-
- uses: pnpm/action-setup@v2.4.0
76+
- uses: pnpm/action-setup@v4.0.0
7777
name: Install pnpm
7878
id: pnpm-install
7979
with:

0 commit comments

Comments
 (0)