Skip to content

Commit c818bfa

Browse files
Merge pull request #2725 from Tony133/chore/upgrade-angular-v16
chore(): upgrade angular v16
2 parents 3545e63 + bb77f88 commit c818bfa

File tree

13 files changed

+3234
-16458
lines changed

13 files changed

+3234
-16458
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 & 39 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": {
@@ -96,43 +95,6 @@
9695
"src/assets"
9796
]
9897
}
99-
},
100-
"lint": {
101-
"builder": "@angular-devkit/build-angular:tslint",
102-
"options": {
103-
"tsConfig": [
104-
"src/tsconfig.app.json",
105-
"src/tsconfig.spec.json"
106-
],
107-
"exclude": [
108-
"**/node_modules/**"
109-
]
110-
}
111-
}
112-
}
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-
}
13698
}
13799
}
138100
}

0 commit comments

Comments
 (0)