Skip to content

Commit

Permalink
Merge pull request #2296 from Infosecdecompress/renovate/actions-setu…
Browse files Browse the repository at this point in the history
…p-node-4.x

chore(deps): update actions/setup-node action to v4
  • Loading branch information
Jeffreyhung authored Dec 1, 2023
2 parents f3e142a + 50db0ee commit 05da252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build-Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: nvm

- name: Set Node.js (.nvmrc)
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"

Expand Down

0 comments on commit 05da252

Please sign in to comment.