Skip to content

Commit 205fb8c

Browse files
author
Angular Builds
committed
3f8968a56 ci: update job to run Node.js 14.19
1 parent ae6f6ce commit 205fb8c

File tree

5 files changed

+13
-31
lines changed

5 files changed

+13
-31
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "14.0.0-next.4+8.sha-ef75362",
3+
"version": "14.0.0-next.4+10.sha-3f8968a",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
99
"@ampproject/remapping": "2.1.2",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#ef753628a",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#ef753628a",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#ef753628a",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#3f8968a56",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#3f8968a56",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#3f8968a56",
1313
"@babel/core": "7.17.5",
1414
"@babel/generator": "7.17.3",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "7.17.2",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.6",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#ef753628a",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#3f8968a56",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.3",
2626
"babel-plugin-istanbul": "6.1.1",
@@ -115,7 +115,7 @@
115115
"url": "https://github.com/angular/angular-cli.git"
116116
},
117117
"engines": {
118-
"node": "^12.20.0 || ^14.15.0 || >=16.10.0",
118+
"node": "^14.15.0 || >=16.10.0",
119119
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
120120
"yarn": ">= 1.13.0"
121121
},

src/utils/delete-output-dir.js

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/i18n-options.js

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/purge-cache.js

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Mar 04 2022 16:48:40 GMT+0000 (Coordinated Universal Time)
1+
Fri Mar 04 2022 22:09:41 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)