Skip to content

Commit 66c3370

Browse files
committed
remove node version bump, try bypass node version check
1 parent c5184df commit 66c3370

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

dev-packages/e2e-tests/test-applications/angular-20/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "ng serve",
77
"proxy": "node start-event-proxy.mjs",
88
"preview": "http-server dist/angular-20/browser --port 8080",
9-
"build": "ng build",
9+
"build": "NG_DISABLE_VERSION_CHECK=1 ng build",
1010
"watch": "ng build --watch --configuration development",
1111
"test": "playwright test",
1212
"test:build": "pnpm install && pnpm build",
@@ -43,5 +43,8 @@
4343
"karma-jasmine": "~5.1.0",
4444
"karma-jasmine-html-reporter": "~2.1.0",
4545
"typescript": "~5.8.3"
46+
},
47+
"volta": {
48+
"extends": "../../package.json"
4649
}
4750
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"yalc:publish": "lerna run yalc:publish"
4545
},
4646
"volta": {
47-
"node": "20.19.0",
47+
"node": "20.18.2",
4848
"yarn": "1.22.22",
4949
"pnpm": "9.15.0"
5050
},

0 commit comments

Comments
 (0)