Skip to content

Commit 5e50593

Browse files
ci: fix
1 parent 06b4480 commit 5e50593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
- name: Install dependencies (old Node.js version)
159159
run: |
160160
rm package-lock.json
161-
npm install --ignore-engines
161+
npm install --ignore-engines --ignore-scripts
162162
npm install -D typescript@4
163163
if: matrix.node-version == '12.x' || matrix.node-version == '14.x' || matrix.node-version == '16.x' || matrix.node-version == '18.x'
164164

0 commit comments

Comments
 (0)