Skip to content

Commit

Permalink
Build: test on eslint v8
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Sep 24, 2021
1 parent c4273df commit cabceca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
# TODO: remove "--force" once eslint v8 released
- run: npm install --force
- run: npm test

lint:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@not-an-aardvark/node-release-script": "^0.1.0",
"chai": "^4.1.0",
"dirty-chai": "^2.0.1",
"eslint": "^7.9.0",
"eslint": "8.0.0-beta.2",
"eslint-config-not-an-aardvark": "^2.1.0",
"eslint-plugin-markdown": "^2.0.1",
"eslint-plugin-node": "^11.1.0",
Expand Down

0 comments on commit cabceca

Please sign in to comment.