We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b3df5 commit c3ff8e2Copy full SHA for c3ff8e2
.github/workflows/build.yaml
@@ -61,7 +61,7 @@ jobs:
61
run: echo "SKIP_ADDON_COPY=true" >> $GITHUB_ENV
62
63
- name: Install dependencies
64
- run: npm install --ignore-scripts
+ run: npm clean-install --ignore-scripts --prefer-online
65
66
- name: Build native addon
67
if: matrix.vsceTarget != ''
0 commit comments