Skip to content

Commit

Permalink
tests(deps): add node.js 23 (current) to tests (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Oct 21, 2024
1 parent 46f6e1a commit 94ba88d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-node-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [18, 20, 22]
node: [18, 20, 22, 23]
name: Cypress E2E on Node v${{ matrix.node }}
steps:
- name: Setup Node
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ jobs:
# let's make sure our "app" works on several versions of Node
strategy:
matrix:
node: [18, 20, 22]
node: [18, 20, 22, 23]
name: E2E on Node v${{ matrix.node }}
steps:
- name: Setup Node
Expand Down Expand Up @@ -1290,7 +1290,7 @@ jobs:
# let's make sure our "app" works on several versions of Node
strategy:
matrix:
node: [18, 20, 22]
node: [18, 20, 22, 23]
name: E2E on Node v${{ matrix.node }}
steps:
- name: Setup Node
Expand Down Expand Up @@ -1324,7 +1324,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node: [18, 20, 22]
node: [18, 20, 22, 23]
name: E2E on Node v${{ matrix.node }}
steps:
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -1665,7 +1665,7 @@ jobs:

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

- **Node.js** 18.x, 20.x and 22.x
- **Node.js** 18.x, 20.x, 22.x and 23.x

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

Expand Down

0 comments on commit 94ba88d

Please sign in to comment.