Skip to content

Commit

Permalink
Fixed vite vulnerability (#135)
Browse files Browse the repository at this point in the history
* chore: updated version of build-angular

* chore: vite vulnerability fixed

* chore: updated node version for test-e2e workflow

* fix: pr comments fixed

---------

Co-authored-by: Bayheck <[email protected]>
  • Loading branch information
Bayheck and Bayheck authored Dec 22, 2023
1 parent a79ae5c commit 522b549
Show file tree
Hide file tree
Showing 4 changed files with 7,192 additions and 5,066 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

env:
NODE_VERSION: "^16.0.0"
NODE_VERSION: '^18.13'

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions demo-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,24 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "demo-app:build",
"buildTarget": "demo-app:build",
"host": "localhost",
"port": 4200
},
"configurations": {
"production": {
"browserTarget": "demo-app:build:production"
"buildTarget": "demo-app:build:production"
},
"stubbed": {
"browserTarget": "demo-app:build",
"buildTarget": "demo-app:build",
"publicHost": "localhost:4200"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "demo-app:build"
"buildTarget": "demo-app:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 522b549

Please sign in to comment.