Skip to content

Commit

Permalink
Infra: FE: Bump pnpm (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Oct 4, 2024
1 parent 3f3ca4c commit 8df11ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/[email protected]
with:
version: 9.1.2
version: 9.11.0

- name: Install node
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
},
"engines": {
"node": "v18.17.1",
"pnpm": "v9.1.2"
"pnpm": "v9.11.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.1.2</pnpm.version>
<pnpm.version>v9.11.0</pnpm.version>

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

0 comments on commit 8df11ac

Please sign in to comment.