Skip to content

Commit 8cefa30

Browse files
ci: fix
1 parent 987f30e commit 8cefa30

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
@@ -103,6 +103,7 @@ jobs:
103103
run: |
104104
rm package-lock.json
105105
npm install --ignore-engines --ignore-scripts
106+
npm install -D typescript@4
106107
if: matrix.node-version == '12.x' || matrix.node-version == '14.x' || matrix.node-version == '16.x' || matrix.node-version == '18.x'
107108

108109
- name: Install dependencies

0 commit comments

Comments
 (0)