From f692927b3e1ba8cf14125b901342926562cc9896 Mon Sep 17 00:00:00 2001 From: fengmk2 Date: Fri, 22 Apr 2022 21:11:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20TEST:=20CI=20add=20Node.js=2018?= =?UTF-8?q?=20(#397)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60e80bac..4cde460f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [ 14.x, 16.x ] + node-version: [ 14.x, 16.x, 18.x ] platform: - os: ubuntu-latest shell: bash