Skip to content

Commit 8df11ac

Browse files
authored
Infra: FE: Bump pnpm (#567)
1 parent 3f3ca4c commit 8df11ac

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/action-setup@v4.0.0
2525
with:
26-
version: 9.1.2
26+
version: 9.11.0
2727

2828
- name: Install node
2929
uses: actions/setup-node@v4.0.2

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
},
105105
"engines": {
106106
"node": "v18.17.1",
107-
"pnpm": "v9.1.2"
107+
"pnpm": "v9.11.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.1.2</pnpm.version>
63+
<pnpm.version>v9.11.0</pnpm.version>
6464

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

0 commit comments

Comments
 (0)