Skip to content

Commit 8cc08c6

Browse files
authored
tests(deps): add node.js 24 (current) support (#1458)
1 parent ba061e0 commit 8cc08c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/example-node-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node: [20, 22, 23]
16+
node: [20, 22, 23, 24]
1717
name: Cypress E2E on Node v${{ matrix.node }}
1818
steps:
1919
- name: Setup Node

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ jobs:
529529
# let's make sure our "app" works on several versions of Node
530530
strategy:
531531
matrix:
532-
node: [20, 22, 23]
532+
node: [20, 22, 23, 24]
533533
name: E2E on Node v${{ matrix.node }}
534534
steps:
535535
- name: Setup Node
@@ -1310,7 +1310,7 @@ jobs:
13101310
# let's make sure our "app" works on several versions of Node
13111311
strategy:
13121312
matrix:
1313-
node: [20, 22, 23]
1313+
node: [20, 22, 23, 24]
13141314
name: E2E on Node v${{ matrix.node }}
13151315
steps:
13161316
- name: Setup Node
@@ -1344,7 +1344,7 @@ jobs:
13441344
runs-on: ubuntu-24.04
13451345
strategy:
13461346
matrix:
1347-
node: [20, 22, 23]
1347+
node: [20, 22, 23, 24]
13481348
name: E2E on Node v${{ matrix.node }}
13491349
steps:
13501350
- uses: actions/setup-node@v4
@@ -1812,7 +1812,7 @@ jobs:
18121812

18131813
Node.js is required to run this action. The recommended version `v6` supports:
18141814

1815-
- **Node.js** 20.x, 22.x and 23.x
1815+
- **Node.js** 20.x, 22.x, 23.x and 24.x
18161816

18171817
and is generally aligned with [Node.js's release schedule](https://github.com/nodejs/Release).
18181818

0 commit comments

Comments
 (0)