From e92078e9a554433f838abef534c54095b951a16a Mon Sep 17 00:00:00 2001 From: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> Date: Thu, 25 Nov 2021 06:36:13 +0800 Subject: [PATCH] ci: update Node.js verisons Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 839ed0a84..b4fe488e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,14 +17,14 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [10, 12, 14, 15] + node-version: [10, 12, 14, 16, 17] mongodb-version: [4.4] redis-version: [6] include: - os: windows-latest - node-version: 14 + node-version: 16 - os: macos-latest - node-version: 14 + node-version: 16 fail-fast: false runs-on: ${{ matrix.os }} steps: @@ -82,7 +82,7 @@ jobs: - name: Use Node.js 14 uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Bootstrap project run: | npm ci --ignore-scripts @@ -101,7 +101,7 @@ jobs: - name: Use Node.js 14 uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Bootstrap project run: | npm ci --ignore-scripts