Skip to content

Commit a08ed17

Browse files
committed
fix install command
1 parent 54a33a1 commit a08ed17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: yarn lint
3939
if: matrix.node-version == 22
4040

41-
- run: yarn install mocha@5 --ignore-engines
41+
- run: yarn add mocha@5 --dev --ignore-engines
4242
if: matrix.node-version < 14
4343

4444
- run: yarn run test

0 commit comments

Comments
 (0)