We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b4480 commit 5e50593Copy full SHA for 5e50593
.github/workflows/nodejs.yml
@@ -158,7 +158,7 @@ jobs:
158
- name: Install dependencies (old Node.js version)
159
run: |
160
rm package-lock.json
161
- npm install --ignore-engines
+ npm install --ignore-engines --ignore-scripts
162
npm install -D typescript@4
163
if: matrix.node-version == '12.x' || matrix.node-version == '14.x' || matrix.node-version == '16.x' || matrix.node-version == '18.x'
164
0 commit comments