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 987f30e commit 8cefa30Copy full SHA for 8cefa30
.github/workflows/nodejs.yml
@@ -103,6 +103,7 @@ jobs:
103
run: |
104
rm package-lock.json
105
npm install --ignore-engines --ignore-scripts
106
+ npm install -D typescript@4
107
if: matrix.node-version == '12.x' || matrix.node-version == '14.x' || matrix.node-version == '16.x' || matrix.node-version == '18.x'
108
109
- name: Install dependencies
0 commit comments