Skip to content

Commit

Permalink
build: update to node version 18
Browse files Browse the repository at this point in the history
Update required node engine to version 18 to align with cli. Angular CLI
version 17 drops support for node version 16. Use node version 18.13.0
in .nvmrc to align with cli repo.
  • Loading branch information
zarend committed Aug 17, 2023
1 parent 01618e2 commit 29112be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Workspace for angular material
workspace(
name = "angular_material",
managed_directories = {"@npm": ["node_modules"]},
Expand Down
2 changes: 1 addition & 1 deletion integration/harness-e2e-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"selenium-webdriver": "3.6.0",
"ts-node": "~10.7.0",
"ts-node": "~10.9.1",
"typescript": "file:../../node_modules/typescript",
"wait-on": "^6.0.0"
}
Expand Down

0 comments on commit 29112be

Please sign in to comment.