Skip to content

Commit

Permalink
[#noissue] Update node version to 22.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jihea-park committed Feb 5, 2025
1 parent de073b9 commit 4f6700a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@
<!-- frontend-plugin -->
<plugin.frontend.version>1.13.4</plugin.frontend.version>
<!-- https://nodejs.org/ko/download/releases/ -->
<plugin.frontend.node.version>v16.17.1</plugin.frontend.node.version>
<plugin.frontend.yarn.version>v1.22.19</plugin.frontend.yarn.version>
<plugin.frontend.node.version>v22.13.1</plugin.frontend.node.version>
<plugin.frontend.yarn.version>v1.22.22</plugin.frontend.yarn.version>
<plugin.frontend.node.install.dir>/node_install/node-${plugin.frontend.node.version}</plugin.frontend.node.install.dir>

<spring-boot-maven-plugin.attatch>false</spring-boot-maven-plugin.attatch>
Expand Down
4 changes: 2 additions & 2 deletions web-angular/src/main/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"ng": "ng",
"start": "ng serve pinpoint",
"start:real": "ng serve pinpoint --prod",
"build": "ng build pinpoint --base-href /v2/",
"build:real": "ng build pinpoint --prod --base-href /v2/",
"build": "NODE_OPTIONS=--openssl-legacy-provider ng build pinpoint --base-href /v2/",
"build:real": "NODE_OPTIONS=--openssl-legacy-provider ng build pinpoint --prod --base-href /v2/",
"build:watch": "ng build pinpoint --watch",
"build:forProxy": "ng build pinpoint --outputPath='./dist' --watch",
"test": "ng test pinpoint",
Expand Down
4 changes: 2 additions & 2 deletions web-frontend/src/main/v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
"node": ">=22.13.1"
},
"packageManager": "yarn@1.22.10",
"packageManager": "yarn@1.22.22",
"dependencies": {}
}

0 comments on commit 4f6700a

Please sign in to comment.