From: Haoqun Jiang Date: Tue, 19 Jul 2022 08:08:04 +0000 (+0800) Subject: ci: add Node.js 18 CI X-Git-Tag: v2.2.0~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=451eee80656e1080af5553ba64ea1982ce87e1c0;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 22a3b35a..defe4249 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: include: - node-version: 14 os: ubuntu-latest - - node-version: 17 + - node-version: 18 os: ubuntu-latest name: Node ${{ matrix.node-version }} on ${{ matrix.os }} steps: