try to make the armv7 test ore reproducibe

This commit is contained in:
Frank Elsinga 2026-01-06 01:48:40 +01:00 committed by GitHub
parent 55aecb7e54
commit 79d22d13eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,8 +86,8 @@ jobs:
docker run --rm --platform linux/arm/v7 \
-v $PWD:/workspace \
-w /workspace \
arm32v7/node:${{ matrix.node }}-slim \
bash -c "npm install --production"
arm32v7/node:${{ matrix.node }} \
bash -c "npm clean-install --production"
check-linters:
runs-on: ubuntu-latest