Skip to content

Commit

Permalink
Install pnpm during prepare release (#816)
Browse files Browse the repository at this point in the history
* Change to v1

* Install pnpm
  • Loading branch information
gastaldi authored Dec 10, 2024
1 parent 27efc5a commit d6d1788
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/hooks/pre-prepare-release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh
#-------------------------------------
# Hook invoked by the release workflow
#-------------------------------------

# Install pnpm
npm install -g pnpm@~8.1.0
2 changes: 1 addition & 1 deletion .github/workflows/quarkus-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Install yq
uses: dcarbone/install-yq-action@v1.3.1
uses: dcarbone/install-yq-action@v1

- name: Set up Java
uses: actions/setup-java@v4
Expand Down

0 comments on commit d6d1788

Please sign in to comment.