Skip to content

Commit

Permalink
ci: try npm ci with --cpu flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tao-cumplido committed Nov 7, 2024
1 parent cae7fbc commit a99666f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci --arch ${{ matrix.npm_config_arch }}
- run: npm ci --cpu ${{ matrix.npm_config_arch }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
npm_config_arch: ${{ matrix.npm_config_arch }}
Expand Down

0 comments on commit a99666f

Please sign in to comment.