Skip to content

Commit 1da1255

Browse files
ci: fix
1 parent 8cefa30 commit 1da1255

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
run: |
160160
rm package-lock.json
161161
npm install --ignore-engines
162+
npm install -D typescript@4
162163
if: matrix.node-version == '12.x' || matrix.node-version == '14.x' || matrix.node-version == '16.x' || matrix.node-version == '18.x'
163164

164165
- name: Install dependencies

0 commit comments

Comments
 (0)