Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
irdkwmnsb committed Apr 21, 2024
1 parent 13ea534 commit 8ce4c91
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- uses: pnpm/action-setup@v2
with:
version: 8.15.6

- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'npm'
cache-dependency-path: 'src/frontend/package-lock.json'
cache: 'pnpm'
cache-dependency-path: 'src/frontend/pnpm-lock.yaml'

- name: Setup Java
uses: actions/setup-java@master
Expand Down

0 comments on commit 8ce4c91

Please sign in to comment.