fix/ github actions - angular12 need node 11+

This commit is contained in:
Maxime GRIS
2021-05-30 12:46:44 +02:00
parent 38f58de13f
commit 323aeb81b5
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
node-version: [10.13.0, 12.x, 14.x, 15.x] node-version: [11.x, 12.x, 14.x, 15.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: [10.13.0, 12.x, 14.x, 15.x] node-version: [11.x, 12.x, 14.x, 15.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: [10.13.0, 12.x, 14.x, 15.x] node-version: [11.x, 12.x, 14.x, 15.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