There was an error while loading. Please reload this page.
1 parent 3f3ca4c commit 8df11acCopy full SHA for 8df11ac
.github/workflows/frontend_tests.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- uses: pnpm/action-setup@v4.0.0
25
with:
26
- version: 9.1.2
+ version: 9.11.0
27
28
- name: Install node
29
uses: actions/setup-node@v4.0.2
frontend/package.json
@@ -104,7 +104,7 @@
104
},
105
"engines": {
106
"node": "v18.17.1",
107
- "pnpm": "v9.1.2"
+ "pnpm": "v9.11.0"
108
109
"pnpm": {
110
"overrides": {
pom.xml
@@ -60,7 +60,7 @@
60
61
<!-- Frontend dependency versions -->
62
<node.version>v18.17.1</node.version>
63
- <pnpm.version>v9.1.2</pnpm.version>
+ <pnpm.version>v9.11.0</pnpm.version>
64
65
<!-- Plugin versions -->
66
<fabric8-maven-plugin.version>0.42.1</fabric8-maven-plugin.version>
0 commit comments