We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c694f commit 8e63f1aCopy full SHA for 8e63f1a
.github/workflows/frontend_tests.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- uses: pnpm/[email protected]
25
with:
26
- version: 9.11.0
+ version: 9.15.0
27
28
- name: Install node
29
uses: actions/[email protected]
frontend/package.json
@@ -103,8 +103,8 @@
103
"whatwg-fetch": "3.6.20"
104
},
105
"engines": {
106
- "node": "v18.17.1",
107
- "pnpm": "v9.11.0"
+ "node": "18.17.1",
+ "pnpm": "9.15.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.11.0</pnpm.version>
+ <pnpm.version>v9.15.0</pnpm.version>
64
65
<!-- Plugin versions -->
66
<fabric8-maven-plugin.version>0.45.1</fabric8-maven-plugin.version>
0 commit comments