Skip to content

Commit

Permalink
ci: maxsockets 1 - workaround for arm64 debian node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 12, 2024
1 parent 27326cd commit bd41a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ci/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi
node --version
npm --version

npm ci --ignore-scripts
npm ci --ignore-scripts --maxsockets 1

npm run format:check
npm run lint
Expand Down

0 comments on commit bd41a2c

Please sign in to comment.