fix/ github actions - angular-cli need node 12+

This commit is contained in:
Maxime GRIS
2021-05-30 13:32:23 +02:00
parent 323aeb81b5
commit 154d3fcb2b
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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