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 b626d15 commit eb5d6ceCopy full SHA for eb5d6ce
.github/workflows/nodejs.yml
@@ -100,7 +100,9 @@ jobs:
100
cache: "npm"
101
102
- name: Install dependencies (old)
103
- run: npm ci --ignore-scripts
+ run: |
104
+ npm i -D typescript@4
105
+ npm install
106
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'
107
108
- name: Install dependencies
0 commit comments