Skip to content

Commit

Permalink
Merge pull request #530 from adopted-ember-addons/renovate/actions-se…
Browse files Browse the repository at this point in the history
…tup-node-4.x

Update actions/setup-node action to v4
  • Loading branch information
NullVoxPopuli authored Dec 20, 2023
2 parents fbac998 + 96f48bb commit 5930a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-job/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- uses: pnpm/action-setup@v2.2.4
with:
version: 7
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: 'pnpm'
- name: 'Install dependencies'
Expand Down

0 comments on commit 5930a76

Please sign in to comment.