Skip to content

Commit af42c0b

Browse files
ci: fix
1 parent eb5d6ce commit af42c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Install dependencies (old)
103103
run: |
104-
npm i -D typescript@4
104+
npm i -D typescript@4 --force
105105
npm install
106106
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'
107107

0 commit comments

Comments
 (0)