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 96b2c8b commit ff64818Copy full SHA for ff64818
.github/workflows/frontend_tests.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- uses: pnpm/action-setup@v4.0.0
25
with:
26
- version: 9.15.0
+ version: 9.15.4
27
28
- name: Install node
29
uses: actions/setup-node@v4.0.2
pom.xml
@@ -59,7 +59,7 @@
59
60
<!-- Frontend dependency versions -->
61
<node.version>v22.12.0</node.version>
62
- <pnpm.version>v9.15.0</pnpm.version>
+ <pnpm.version>v9.15.4</pnpm.version>
63
64
<!-- Plugin versions -->
65
<fabric8-maven-plugin.version>0.45.1</fabric8-maven-plugin.version>
0 commit comments