Skip to content

Commit

Permalink
Merge pull request #21 from ButterCMS/feature/update-node-version
Browse files Browse the repository at this point in the history
feat: Update Node version to LTS v22
  • Loading branch information
ViolanteCodes authored Jan 16, 2025
2 parents 314baac + 422b1a1 commit f36bfef
Show file tree
Hide file tree
Showing 8 changed files with 10,673 additions and 10,631 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"outputPath": "dist/angular-tour-of-heroes",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.app.json",
"assets": [
"src/favicon.ico",
Expand Down Expand Up @@ -81,14 +81,14 @@
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "angular-tour-of-heroes:build"
"buildTarget": "angular-tour-of-heroes:build"
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"main": "src/test.ts",
"polyfills": "src/polyfills.ts",
"polyfills": ["zone.js"],
"tsConfig": "tsconfig.spec.json",
"karmaConfig": "karma.conf.js",
"assets": [
Expand Down
Loading

0 comments on commit f36bfef

Please sign in to comment.