Skip to content

Commit 1fd1cb8

Browse files
authored
Merge pull request #19 from tsparticles/renovate/actions-setup-node-4.x
chore(deps): update actions/setup-node action to v4
2 parents 50ceddb + 7b048e5 commit 1fd1cb8

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]
@@ -54,7 +54,7 @@ jobs:
5454
ref: ${{ github.event.pull_request.head.ref }}
5555
repository: ${{ github.event.pull_request.head.repo.full_name }}
5656
fetch-depth: 0
57-
- uses: actions/setup-node@v3
57+
- uses: actions/setup-node@v4
5858
with:
5959
node-version: "16"
6060
- uses: pnpm/[email protected]

0 commit comments

Comments
 (0)