Skip to content

Commit 1a4beea

Browse files
chore(deps): update node.js to v24.17.0 (cypress-io#1806)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa4a118 commit 1a4beea

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# https://github.com/cypress-io/github-action/blob/master/action.yml
2929
# Node.js minor version is aligned to
3030
# https://github.com/actions/runner/blob/main/src/Misc/externals.sh
31-
node-version: 24.16.0
31+
node-version: 24.17.0
3232
- run: npm ci
3333
- run: npm run format
3434
- run: npm run build

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# https://github.com/cypress-io/github-action/blob/master/action.yml
2121
# Node.js minor version is aligned to
2222
# https://github.com/actions/runner/blob/main/src/Misc/externals.sh
23-
node-version: 24.16.0
23+
node-version: 24.17.0
2424
- run: npm ci
2525
# Core action code
2626
- run: npm run format # Prettier formats core action code

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.16.0
1+
24.17.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.16.0
1+
24.17.0

0 commit comments

Comments
 (0)