Skip to content

Commit 8813033

Browse files
authored
Update XO (#339)
1 parent f8a9575 commit 8813033

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- run: npm install --no-audit
23-
- run: npx c8 ava
23+
- run: npm test
2424
- 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
2825

2926
# FIXME: https://github.com/avajs/eslint-plugin-ava/issues/333
3027
# integration:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"outdent": "^0.8.0",
5353
"pify": "^5.0.0",
5454
"tempy": "^1.0.1",
55-
"xo": "^0.44.0"
55+
"xo": "^0.46.4"
5656
},
5757
"peerDependencies": {
5858
"eslint": ">=7.22.0"

0 commit comments

Comments
 (0)