Skip to content

Commit 154d3fc

Browse files
committed
fix/ github actions - angular-cli need node 12+
1 parent 323aeb8 commit 154d3fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
node-version: [11.x, 12.x, 14.x, 15.x]
22+
node-version: [12.x, 14.x, 15.x, 16.x]
2323

2424
# The type of runner that the job will run on
2525
runs-on: macos-latest

.github/workflows/ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
node-version: [11.x, 12.x, 14.x, 15.x]
22+
node-version: [12.x, 14.x, 15.x, 16.x]
2323

2424
# The type of runner that the job will run on
2525
runs-on: ubuntu-latest

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
node-version: [11.x, 12.x, 14.x, 15.x]
22+
node-version: [12.x, 14.x, 15.x, 16.x]
2323

2424
# The type of runner that the job will run on
2525
runs-on: windows-latest

0 commit comments

Comments
 (0)