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 af42c0b commit a2b4ecfCopy full SHA for a2b4ecf
.github/workflows/nodejs.yml
@@ -101,8 +101,7 @@ jobs:
101
102
- name: Install dependencies (old)
103
run: |
104
- npm i -D typescript@4 --force
105
- npm install
+ npm install -D typescript@4 --force
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