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 8cefa30 commit 1da1255Copy full SHA for 1da1255
.github/workflows/nodejs.yml
@@ -159,6 +159,7 @@ jobs:
159
run: |
160
rm package-lock.json
161
npm install --ignore-engines
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
165
- name: Install dependencies
0 commit comments