Skip to content

Commit

Permalink
fix github actions pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
renomureza committed Jan 14, 2024
1 parent 1d1234c commit b91f888
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/realease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
with:
node-version: "20"

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
run_install: false

- name: Get pnpm store directory
shell: bash
run: |
Expand Down

0 comments on commit b91f888

Please sign in to comment.