Skip to content

Commit 4e90998

Browse files
Merge pull request #2772 from Tony133/chore/upgrade-to-angular-v16
chore(): upgrade to angular v16 ( back to angular v16 )
2 parents 1be2078 + 232f89b commit 4e90998

18 files changed

+3380
-16622
lines changed

.github/workflows/lighthouse.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Use Node.js 12.x
14+
- name: Use Node.js 16.x
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 12.x
17+
node-version: 16.x
1818
# Build needs around 400 seconds on Netlify.
1919
# We can not rely on "Waiting for 200", since the user
2020
# might push another commit to an existing PR, meaning

angular.json

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"src/_redirects"
2828
],
2929
"styles": [
30-
"src/styles.scss",
31-
"src/assets/css/perfect-scrollbar.min.css"
30+
"src/styles.scss"
3231
]
3332
},
3433
"configurations": {
@@ -110,31 +109,6 @@
110109
}
111110
}
112111
}
113-
},
114-
"docs.nestjs.com-e2e": {
115-
"root": "e2e",
116-
"sourceRoot": "e2e",
117-
"projectType": "application",
118-
"architect": {
119-
"e2e": {
120-
"builder": "@angular-devkit/build-angular:protractor",
121-
"options": {
122-
"protractorConfig": "./protractor.conf.js",
123-
"devServerTarget": "docs.nestjs.com:serve"
124-
}
125-
},
126-
"lint": {
127-
"builder": "@angular-devkit/build-angular:tslint",
128-
"options": {
129-
"tsConfig": [
130-
"e2e/tsconfig.e2e.json"
131-
],
132-
"exclude": [
133-
"**/node_modules/**"
134-
]
135-
}
136-
}
137-
}
138112
}
139113
},
140114
"defaultProject": "docs.nestjs.com",

0 commit comments

Comments
 (0)