Skip to content

Commit

Permalink
fix: install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
MARCROCK22 committed Apr 14, 2024
1 parent 3689d1c commit a01b6b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v3
with:
version: 8

- name: Install dependencies
run: pnpm ci

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/transpile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- uses: pnpm/action-setup@v3
with:
version: 8

- name: Install dependencies
run: pnpm ci

Expand Down

0 comments on commit a01b6b1

Please sign in to comment.