Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2524 from guardian/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
LAKSHMIRPILLAI committed Nov 3, 2023
2 parents 8aea631 + 578434f commit 5ab1686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/membership-frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# (Respects .nvmrc)
- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: "yarn"
Expand Down

0 comments on commit 5ab1686

Please sign in to comment.