Skip to content

Commit

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

Update actions/setup-node action to v4
  • Loading branch information
daniel-ac-martin authored Mar 7, 2024
2 parents 0890f76 + 8060ab0 commit 3e4583a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:
run_install: false

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node }}
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion lib/create/skel/prototype/.github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
steps:

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'npm'
Expand Down

1 comment on commit 3e4583a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://not-gov.uk as production
🚀 Deployed on https://65ea070fa246ac4ea649fc38--notgovuk.netlify.app

Please sign in to comment.