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 54a33a1 commit a08ed17Copy full SHA for a08ed17
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
- run: yarn lint
39
if: matrix.node-version == 22
40
41
- - run: yarn install mocha@5 --ignore-engines
+ - run: yarn add mocha@5 --dev --ignore-engines
42
if: matrix.node-version < 14
43
44
- run: yarn run test
0 commit comments