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 f8a9575 commit 8813033Copy full SHA for 8813033
.github/workflows/ci.yml
@@ -20,11 +20,8 @@ jobs:
20
with:
21
node-version: ${{ matrix.node-version }}
22
- run: npm install --no-audit
23
- - run: npx c8 ava
+ - run: npm test
24
- uses: codecov/codecov-action@v2
25
- # `xo` can't work on ESLint 8 and Node.js 16 yet
26
- - if: ${{ matrix.node-version == '^14.17' }}
27
- run: npm install eslint@7 && npx xo
28
29
# FIXME: https://github.com/avajs/eslint-plugin-ava/issues/333
30
# integration:
package.json
@@ -52,7 +52,7 @@
52
"outdent": "^0.8.0",
53
"pify": "^5.0.0",
54
"tempy": "^1.0.1",
55
- "xo": "^0.44.0"
+ "xo": "^0.46.4"
56
},
57
"peerDependencies": {
58
"eslint": ">=7.22.0"
0 commit comments