Skip to content

Commit 9610b99

Browse files
authored
Merge pull request #31 from tsparticles/renovate/actions-setup-node-4.x
chore(deps): update actions/setup-node action to v4
2 parents 978cd2f + efe44b5 commit 9610b99

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
@@ -16,7 +16,7 @@ jobs:
1616
name: Checkout [main]
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-node@v3
19+
- uses: actions/setup-node@v4
2020
with:
2121
node-version: "16"
2222
- uses: pnpm/[email protected]
@@ -53,7 +53,7 @@ jobs:
5353
ref: ${{ github.event.pull_request.head.ref }}
5454
repository: ${{ github.event.pull_request.head.repo.full_name }}
5555
fetch-depth: 0
56-
- uses: actions/setup-node@v3
56+
- uses: actions/setup-node@v4
5757
with:
5858
node-version: "16"
5959
- uses: pnpm/[email protected]

0 commit comments

Comments
 (0)