Skip to content

Commit

Permalink
refactor: use Node v20 (#457)
Browse files Browse the repository at this point in the history
* refactor: use node v20

* refactor: remove unused files
  • Loading branch information
lacolaco authored Feb 1, 2024
1 parent 48dd2dd commit c859138
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 25 deletions.
6 changes: 0 additions & 6 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@
"maximumWarning": "6kb"
}
],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "all"
},
"development": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "ng test app"
},
"engines": {
"node": "18"
"node": "20"
},
"dependencies": {
"@angular/animations": "17.0.3",
Expand Down
3 changes: 0 additions & 3 deletions src/environments/environment.prod.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/environments/environment.ts

This file was deleted.

0 comments on commit c859138

Please sign in to comment.