Skip to content

Commit

Permalink
install pnpm in all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Mar 15, 2024
1 parent 7282b35 commit b6cfa45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cross-environment-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
node-version: 18
cache-dependency-path: ./bundler-bonanza/tests/reactnative/yarn.lock

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

- name: build web5-js
run: |
cd web5-js
Expand Down Expand Up @@ -230,6 +233,9 @@ jobs:
with:
path: web5-js

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

- name: build web5-js
run: |
cd web5-js
Expand Down

0 comments on commit b6cfa45

Please sign in to comment.