From f0b24e4ccc0353a19c815ca1046d20b5d6074247 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Mon, 18 Jul 2022 15:31:20 +0800 Subject: [PATCH] ci: add Node.js 18 CI --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 596a8dc0..093274ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,8 @@ jobs: include: - node-version: 14 os: ubuntu-latest - # Node.js 17 support is a known issue in Cypress - # Comment it out until is resolved - # - node-version: 17 - # os: ubuntu-latest + - node-version: 18 + os: ubuntu-latest name: Node ${{ matrix.node-version }} on ${{ matrix.os }} steps: - uses: actions/checkout@v2 -- 2.39.5