Skip to content

Commit eb5d6ce

Browse files
ci: fix
1 parent b626d15 commit eb5d6ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ jobs:
100100
cache: "npm"
101101

102102
- name: Install dependencies (old)
103-
run: npm ci --ignore-scripts
103+
run: |
104+
npm i -D typescript@4
105+
npm install
104106
if: matrix.node-version == '10.x' || matrix.node-version == '12.x' || matrix.node-version == '14.x' || matrix.node-version == '16.x' || matrix.node-version == '18.x'
105107

106108
- name: Install dependencies

0 commit comments

Comments
 (0)