diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b0a1af70c..2d945ba28 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,7 @@ jobs: GYP_DEFINES: use_obsolete_asm=true run: | npm install -g prebuildify node-gyp - npm install --no-scripts + npm install --ignore-scripts npm run generate prebuildify --napi --strip -t $(node --version | tr -d 'v') npm install