Skip to content

Commit

Permalink
Merge pull request #292 from GiganticMinecraft/renovate/actions-setup…
Browse files Browse the repository at this point in the history
…-node-4.x

chore(deps): update actions/setup-node action to v4
  • Loading branch information
outductor authored Dec 21, 2023
2 parents c1f8328 + 10a9454 commit bb67655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
- name: Get node version from Volta
id: get-node-version
uses: keita-hino/get-node-version-from-volta@main
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ steps.get-node-version.outputs.nodeVersion }}
cache: yarn
Expand Down

0 comments on commit bb67655

Please sign in to comment.