Skip to content

Commit ff64818

Browse files
authored
Infra: FE: Bump pnpm to 9.15.4 (#776)
1 parent 96b2c8b commit ff64818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/frontend_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

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

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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959

6060
<!-- Frontend dependency versions -->
6161
<node.version>v22.12.0</node.version>
62-
<pnpm.version>v9.15.0</pnpm.version>
62+
<pnpm.version>v9.15.4</pnpm.version>
6363

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

0 commit comments

Comments
 (0)