Skip to content

Commit

Permalink
Upgrade nodejs and pnpm
Browse files Browse the repository at this point in the history
- Node from v18.9.1 to latest LTS version v20.17.0
- pnpm from 8.6.12 to latest version 9.11.0
- Including all transitive dependencies
  • Loading branch information
mosabua committed Sep 27, 2024
1 parent 897118c commit 5b278c2
Show file tree
Hide file tree
Showing 2 changed files with 1,796 additions and 1,472 deletions.
4 changes: 2 additions & 2 deletions gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@
<goal>install-node-and-pnpm</goal>
</goals>
<configuration>
<nodeVersion>v18.9.1</nodeVersion>
<pnpmVersion>8.6.12</pnpmVersion>
<nodeVersion>v20.17.0</nodeVersion>
<pnpmVersion>9.11.0</pnpmVersion>
</configuration>
</execution>
<execution>
Expand Down
Loading

0 comments on commit 5b278c2

Please sign in to comment.