Skip to content

Commit 3409bf5

Browse files
authored
Merge pull request #16381 from guardian/dependabot/github_actions/dot-github/actions/setup-node-env/actions/setup-node-7
Bump actions/setup-node from 6 to 7 in /.github/actions/setup-node-env
2 parents 24e2b4c + 34cc272 commit 3409bf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-node-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
- run: corepack enable
1111
shell: bash
1212

13-
- uses: actions/setup-node@v6
13+
- uses: actions/setup-node@v7
1414
with:
1515
node-version-file: '.nvmrc'
1616
cache: 'pnpm'

0 commit comments

Comments
 (0)