Skip to content

Commit cbcc8ad

Browse files
zarendcrisbeto
authored andcommitted
build: update to node version 18
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.
1 parent f512496 commit cbcc8ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

WORKSPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#Workspace for angular material
12
workspace(
23
name = "angular_material",
34
managed_directories = {"@npm": ["node_modules"]},

integration/harness-e2e-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"karma-jasmine": "~4.0.0",
4444
"karma-jasmine-html-reporter": "~1.7.0",
4545
"selenium-webdriver": "3.6.0",
46-
"ts-node": "~10.7.0",
46+
"ts-node": "~10.9.1",
4747
"typescript": "file:../../node_modules/typescript",
4848
"wait-on": "^6.0.0"
4949
}

0 commit comments

Comments
 (0)