From 47ae42209d2c3cd2b3b3e36aa7ef9b71c3176a0c Mon Sep 17 00:00:00 2001 From: VCD Date: Tue, 18 Jul 2023 22:53:32 +0800 Subject: [PATCH] Add Node.js 20 to CI --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 036bbf2..9cc6659 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [ 14.x, 15.x, 16.x, 17.x, 18.x, 19.x ] + node-version: [ 14.x, 15.x, 16.x, 17.x, 18.x, 19.x, 20.x ] steps: - uses: actions/checkout@v3 @@ -28,4 +28,4 @@ jobs: - run: npm run build --if-present - run: npm test env: - CI: true + CI: 'true'