From: Haoqun Jiang Date: Mon, 18 Jul 2022 07:31:20 +0000 (+0800) Subject: ci: add Node.js 18 CI X-Git-Tag: v3.3.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0b24e4ccc0353a19c815ca1046d20b5d6074247;p=thirdparty%2Fvuejs%2Fcreate-vue.git ci: add Node.js 18 CI --- 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