Skip to content

Commit

Permalink
Merge pull request #19 from tsparticles/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node action to v4
  • Loading branch information
matteobruni authored Jan 3, 2024
2 parents 50ceddb + 7b048e5 commit 1fd1cb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Checkout [main]
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "16"
- uses: pnpm/[email protected]
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: "16"
- uses: pnpm/[email protected]
Expand Down

0 comments on commit 1fd1cb8

Please sign in to comment.