Skip to content

Commit

Permalink
Merge pull request #635 from charleskorn/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
deps(internal): update actions/setup-node action to v4
  • Loading branch information
charleskorn authored Oct 30, 2024
2 parents 1043bd7 + 2babb0e commit 6318518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
distribution: temurin

- name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.1.0
with:
node-version: 20

Expand Down

0 comments on commit 6318518

Please sign in to comment.