Skip to content

Commit

Permalink
Infra: FE: Bump pnpm to 9.15.4 (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikel authored Jan 16, 2025
1 parent 96b2c8b commit ff64818
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: pnpm/[email protected]
with:
version: 9.15.0
version: 9.15.4

- name: Install node
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<!-- Frontend dependency versions -->
<node.version>v22.12.0</node.version>
<pnpm.version>v9.15.0</pnpm.version>
<pnpm.version>v9.15.4</pnpm.version>

<!-- Plugin versions -->
<fabric8-maven-plugin.version>0.45.1</fabric8-maven-plugin.version>
Expand Down

0 comments on commit ff64818

Please sign in to comment.