Skip to content

Commit f0b24e4

Browse files
committed
ci: add Node.js 18 CI
1 parent 9f64409 commit f0b24e4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,8 @@ jobs:
2525
include:
2626
- node-version: 14
2727
os: ubuntu-latest
28-
# Node.js 17 support is a known issue in Cypress
29-
# Comment it out until <https://github.com/cypress-io/cypress/issues/19600> is resolved
30-
# - node-version: 17
31-
# os: ubuntu-latest
28+
- node-version: 18
29+
os: ubuntu-latest
3230
name: Node ${{ matrix.node-version }} on ${{ matrix.os }}
3331
steps:
3432
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)