Skip to content

Commit

Permalink
Infra: FE: Bump pnpm to 9.15.0 (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel authored Dec 16, 2024
1 parent 07c694f commit 8e63f1a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: pnpm/action-setup@v4.0.0
with:
version: 9.11.0
version: 9.15.0

- name: Install node
uses: actions/setup-node@v4.0.2
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@
"whatwg-fetch": "3.6.20"
},
"engines": {
"node": "v18.17.1",
"pnpm": "v9.11.0"
"node": "18.17.1",
"pnpm": "9.15.0"
},
"pnpm": {
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<!-- Frontend dependency versions -->
<node.version>v18.17.1</node.version>
<pnpm.version>v9.11.0</pnpm.version>
<pnpm.version>v9.15.0</pnpm.version>

<!-- Plugin versions -->
<fabric8-maven-plugin.version>0.45.1</fabric8-maven-plugin.version>
Expand Down

0 comments on commit 8e63f1a

Please sign in to comment.