Skip to content

Commit

Permalink
missing pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog-crabnebula committed Nov 16, 2023
1 parent 7f8f7d8 commit daead72
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish-packager-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,11 @@ jobs:
- name: List packages
run: ls -R .
shell: bash
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
package_json_file: bindings/packager/nodejs
- name: Install dependencies
run: |
pnpm config set supportedArchitectures.cpu "arm64"
Expand Down Expand Up @@ -334,6 +339,11 @@ jobs:
- name: List packages
run: ls -R .
shell: bash
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
package_json_file: bindings/packager/nodejs
- name: Install dependencies
run: |
pnpm config set supportedArchitectures.cpu "arm64"
Expand Down Expand Up @@ -373,6 +383,11 @@ jobs:
- name: List packages
run: ls -R .
shell: bash
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8
package_json_file: bindings/packager/nodejs
- name: Install dependencies
run: |
pnpm config set supportedArchitectures.cpu "arm"
Expand Down

0 comments on commit daead72

Please sign in to comment.