Skip to content

Commit

Permalink
install pnpm in pd gitub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Feb 22, 2024
1 parent 688650c commit 3bbac66
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pd-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- uses: 'actions/setup-node@v3'
with:
node-version: '18.19.0'
- uses: pnpm/action-setup@v3
with:
version: 8
- name: 'install udev for usb-detection'
run: sudo apt-get update && sudo apt-get install libudev-dev
- name: 'setup-js'
Expand Down Expand Up @@ -89,6 +92,9 @@ jobs:
- uses: 'actions/setup-node@v3'
with:
node-version: '18.19.0'
- uses: pnpm/action-setup@v3
with:
version: 8
- name: 'install udev for usb-detection'
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt-get update && sudo apt-get install libudev-dev
Expand Down Expand Up @@ -119,6 +125,9 @@ jobs:
node-version: '18.19.0'
- name: 'install udev for usb-detection'
run: sudo apt-get update && sudo apt-get install libudev-dev
- uses: pnpm/action-setup@v3
with:
version: 8
- name: 'setup-js'
run: |
npm config set cache ./.npm-cache
Expand Down

0 comments on commit 3bbac66

Please sign in to comment.