From 7d51e7bd2c342d3f144d4564c47e5afe6f451975 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Thu, 21 Oct 2021 00:41:54 +0200 Subject: [PATCH] Test on Node.js 17 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ffad7d274a31..ce02e9ec1d1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: - name: Use Node.js latest uses: actions/setup-node@v2-beta with: - node-version: "16" + node-version: 17 - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn config get cacheFolder)" @@ -146,7 +146,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 12, 10, 8, 6] + node-version: [16, 14, 12, 10, 8, 6] steps: - name: Checkout code uses: actions/checkout@v2