Skip to content

Commit

Permalink
fix/ github actions - angular-cli need node 12+
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed May 30, 2021
1 parent 323aeb8 commit 154d3fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
strategy:
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
runs-on: macos-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
strategy:
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
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
strategy:
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
runs-on: windows-latest
Expand Down

0 comments on commit 154d3fc

Please sign in to comment.