Skip to content

Commit

Permalink
bump actions/setup-node to support newer node version
Browse files Browse the repository at this point in the history
  • Loading branch information
calebroseland committed Feb 28, 2025
1 parent 2bdb7d9 commit f603d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
cache: true

- name: ci/setup-node
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version-file: ".nvmrc"
cache: "npm"
Expand Down

0 comments on commit f603d0c

Please sign in to comment.