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