Skip to content

Commit

Permalink
ci: pnpm update
Browse files Browse the repository at this point in the history
Signed-off-by: r3kt.eth <[email protected]>
  • Loading branch information
r3kt-eth committed May 28, 2024
1 parent 345ac2a commit 445dde4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
fetch-depth: 0
ref: master

- name: Update pnpm
run: npm install -g pnpm

- name: Set pnpm cache directory
run: pnpm config set store-dir .pnpm-store
continue-on-error: true
Expand All @@ -39,9 +42,9 @@ jobs:
path: |
.pnpm-store
node_modules
key: ${{ runner.os }}-pnpm-v1-${{ hashFiles('**/pnpm-lock.yaml') }}
key: ${{ runner.os }}-pnpm-v2-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-v1-
${{ runner.os }}-pnpm-v2-
continue-on-error: true

# fixes permission issues on docker
Expand Down

0 comments on commit 445dde4

Please sign in to comment.