Skip to content

Commit f6c94e1

Browse files
authored
Merge pull request #37 from tsparticles/renovate/pnpm-action-setup-2.x
chore(deps): update pnpm/action-setup action to v2.4.1
2 parents 16c8684 + b2bac43 commit f6c94e1

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
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/setup-node@v4
3030
with:
3131
node-version: '18'
32-
- uses: pnpm/[email protected].0
32+
- uses: pnpm/[email protected].1
3333
name: Install pnpm
3434
id: pnpm-install
3535
with:
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/setup-node@v4
7272
with:
7373
node-version: '18'
74-
- uses: pnpm/[email protected].0
74+
- uses: pnpm/[email protected].1
7575
name: Install pnpm
7676
id: pnpm-install
7777
with:

0 commit comments

Comments
 (0)