Skip to content

Commit bd074ef

Browse files
committed
Build: test on eslint v8
1 parent e48a468 commit bd074ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- uses: actions/setup-node@v2
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
- run: npm install
25+
# TODO: remove "--force" once eslint v8 released
26+
- run: npm install --force
2627
- run: npm test
2728

2829
lint:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@not-an-aardvark/node-release-script": "^0.1.0",
4343
"chai": "^4.1.0",
4444
"dirty-chai": "^2.0.1",
45-
"eslint": "^7.9.0",
45+
"eslint": "8.0.0-beta.2",
4646
"eslint-config-not-an-aardvark": "^2.1.0",
4747
"eslint-plugin-markdown": "^2.0.1",
4848
"eslint-plugin-node": "^11.1.0",

0 commit comments

Comments
 (0)