Skip to content

Commit ba12f62

Browse files
authored
Merge pull request #38 from tsparticles/renovate/pnpm-action-setup-3.x
chore(deps): update pnpm/action-setup action to v3
2 parents c94929a + bb26f0f commit ba12f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: "16"
22-
- uses: pnpm/action-setup@v2.4.0
22+
- uses: pnpm/action-setup@v3.0.0
2323
name: Install pnpm
2424
id: pnpm-install
2525
with:
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/setup-node@v4
5757
with:
5858
node-version: "16"
59-
- uses: pnpm/action-setup@v2.4.0
59+
- uses: pnpm/action-setup@v3.0.0
6060
name: Install pnpm
6161
id: pnpm-install
6262
with:

0 commit comments

Comments
 (0)