Skip to content

Commit a2b4ecf

Browse files
ci: fix
1 parent af42c0b commit a2b4ecf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/nodejs.yml

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

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

108107
- name: Install dependencies

0 commit comments

Comments
 (0)