Skip to content

Commit efb9b44

Browse files
chore(deps): update node.js to v24.15.0 (#1722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a33f5e8 commit efb9b44

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
@@ -26,7 +26,7 @@ jobs:
2626
# https://github.com/cypress-io/github-action/blob/master/action.yml
2727
# Node.js minor version is aligned to
2828
# https://github.com/actions/runner/blob/main/src/Misc/externals.sh
29-
node-version: 24.14.0
29+
node-version: 24.15.0
3030
- run: npm ci
3131
- run: npm run format
3232
- run: npm run build

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# https://github.com/cypress-io/github-action/blob/master/action.yml
1919
# Node.js minor version is aligned to
2020
# https://github.com/actions/runner/blob/main/src/Misc/externals.sh
21-
node-version: 24.14.0
21+
node-version: 24.15.0
2222
- run: npm ci
2323
# Core action code
2424
- 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
1+
24.15.0

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24
1+
24.15.0

0 commit comments

Comments
 (0)