Skip to content

Commit a1fcd7d

Browse files
ci: bump actions/setup-node from 4 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f68e6d0 commit a1fcd7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/blackroad-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
# Only run npm tests if package.json exists with a real test script
142142
- name: Setup Node.js
143143
if: hashFiles('package.json') != ''
144-
uses: actions/setup-node@v4
144+
uses: actions/setup-node@v6
145145
with:
146146
node-version: 22
147147
continue-on-error: true

0 commit comments

Comments
 (0)