Browse Source

ci: test with Node.js 17.x (#3274)

Antoine du Hamel 3 years ago
parent
commit
e30601df8a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/ci.yml
  2. 1 1
      .github/workflows/companion.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        node-version: [12.x, 14.x, 16.x]
+        node-version: [12.x, 14.x, 16.x, 17.x]
     steps:
       - name: Checkout sources
         uses: actions/checkout@v2

+ 1 - 1
.github/workflows/companion.yml

@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        node-version: [10.20.1, 12.x, 14.x, 16.x]
+        node-version: [10.20.1, 12.x, 14.x, 16.x, 17.x]
     steps:
       - name: Checkout sources
         uses: actions/checkout@v2