Skip to content

Commit 323aeb8

Browse files
committed
fix/ github actions - angular12 need node 11+
1 parent 38f58de commit 323aeb8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .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: [10.13.0, 12.x, 14.x, 15.x]
22+
node-version: [11.x, 12.x, 14.x, 15.x]
2323

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

Diff for: .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: [10.13.0, 12.x, 14.x, 15.x]
22+
node-version: [11.x, 12.x, 14.x, 15.x]
2323

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

Diff for: .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: [10.13.0, 12.x, 14.x, 15.x]
22+
node-version: [11.x, 12.x, 14.x, 15.x]
2323

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

0 commit comments

Comments
 (0)