Skip to content

Commit

Permalink
Try npm install with Docker arch/platform
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinm committed Oct 7, 2024
1 parent 72333ed commit d9767b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version-file: ".nvmrc"
- name: Install dependencies
run: |
npm ci
npm ci --target_arch=x64 --target_platform=linux
- name: Run lint
run: |
npm run lint
Expand Down

0 comments on commit d9767b4

Please sign in to comment.