Skip to content

Commit bc508e8

Browse files
jdforresteredg2s
authored andcommitted
Raise eslint requirement to 8+
1 parent 4de1d34 commit bc508e8

File tree

3 files changed

+577
-4032
lines changed

3 files changed

+577
-4032
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
npm run build --if-present
2424
npm test
2525
npm run report
26-
npm i --no-save eslint@6.0.0 --force
26+
npm i --no-save eslint@8.0.0 --force
2727
npm run onlytest
2828
env:
2929
CI: true

0 commit comments

Comments
 (0)