github action - node 12/14/15

This commit is contained in:
Maxime GRIS
2021-05-30 16:08:36 +02:00
parent 34e12323fa
commit dd9cf0dfae
3 changed files with 3 additions and 3 deletions

View File

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