From fc7e27d12ad0af90ce05302afc85c292024000b4 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Fri, 23 Apr 2021 20:24:19 +0200 Subject: [PATCH] [ci] Test on node 16 --- .github/workflows/ci.yml | 3 ++- appveyor.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ae3b6aa4..158a50e32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - 10 - 12 - 14 + - 16 os: - macOS-latest - ubuntu-latest @@ -25,7 +26,7 @@ jobs: node-version: ${{ matrix.node }} - run: npm install - run: npm run lint - if: matrix.node == 14 && matrix.os == 'ubuntu-latest' + if: matrix.node == 16 && matrix.os == 'ubuntu-latest' - run: npm test - run: echo ::set-output name=job_id::$(node -e diff --git a/appveyor.yml b/appveyor.yml index 2217103dd..f4c05fbf4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,6 @@ environment: matrix: + - nodejs_version: '16' - nodejs_version: '14' - nodejs_version: '12' - nodejs_version: '10'