Skip to content

Commit 8e63f1a

Browse files
authored
Infra: FE: Bump pnpm to 9.15.0 (#709)
1 parent 07c694f commit 8e63f1a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/frontend_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: pnpm/[email protected]
2525
with:
26-
version: 9.11.0
26+
version: 9.15.0
2727

2828
- name: Install node
2929
uses: actions/[email protected]

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
"whatwg-fetch": "3.6.20"
104104
},
105105
"engines": {
106-
"node": "v18.17.1",
107-
"pnpm": "v9.11.0"
106+
"node": "18.17.1",
107+
"pnpm": "9.15.0"
108108
},
109109
"pnpm": {
110110
"overrides": {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
<!-- Frontend dependency versions -->
6262
<node.version>v18.17.1</node.version>
63-
<pnpm.version>v9.11.0</pnpm.version>
63+
<pnpm.version>v9.15.0</pnpm.version>
6464

6565
<!-- Plugin versions -->
6666
<fabric8-maven-plugin.version>0.45.1</fabric8-maven-plugin.version>

0 commit comments

Comments
 (0)