Skip to content

Commit

Permalink
fix: script to install pnpm on gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
helmisatria committed Jan 26, 2024
1 parent 02a536e commit e973db9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ jobs:
node-version: 20
registry-url: "https://registry.npmjs.org"

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

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

0 comments on commit e973db9

Please sign in to comment.