misc/ github actions on 14.x, 16.x, 17.x

This commit is contained in:
Maxime GRIS
2021-11-17 16:21:09 +01:00
parent c5096fae98
commit 4fe8c2cac2
3 changed files with 167 additions and 167 deletions

View File

@@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
node-version: [14.x, 15.x, 16.x]
node-version: [14.x, 16.x, 17.x]
# The type of runner that the job will run on
runs-on: macos-latest

View File

@@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
node-version: [14.x, 15.x, 16.x]
node-version: [14.x, 16.x, 17.x]
# The type of runner that the job will run on
runs-on: ubuntu-18.04

View File

@@ -19,7 +19,7 @@ jobs:
build:
strategy:
matrix:
node-version: [14.x, 15.x, 16.x]
node-version: [14.x, 16.x, 17.x]
# The type of runner that the job will run on
runs-on: windows-latest