Skip to content

Commit

Permalink
Merge pull request #41 from nicholasM95/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.1.0
  • Loading branch information
nicholasM95 authored Nov 13, 2024
2 parents ce71ca0 + 9ea2b03 commit c39c590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache: 'maven'

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

Expand Down

0 comments on commit c39c590

Please sign in to comment.