fix/ github actions - angular-cli need node 12+
This commit is contained in:
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user