Skip to content

Commit

Permalink
chore(CI): add tests for ESLint 8 (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Nov 5, 2021
1 parent 44e1478 commit f3713be
Show file tree
Hide file tree
Showing 3 changed files with 644 additions and 468 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
eslint-version: [7.x]
node-version: [16.x, 14.x, 12.x]
eslint-version: [7, 8]
node-version: [12, 14, 16]

steps:
- uses: actions/checkout@v2
Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -35,18 +35,18 @@
"prettier": ">=2.0.0"
},
"devDependencies": {
"@graphql-eslint/eslint-plugin": "^2.0.1",
"@graphql-eslint/eslint-plugin": "^2.3.0",
"@not-an-aardvark/node-release-script": "^0.1.0",
"eslint": "^7.28.0",
"eslint": "^8.1.0",
"eslint-config-not-an-aardvark": "^2.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-eslint-plugin": "^2.0.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-self": "^1.1.0",
"graphql": "^15.5.1",
"mocha": "^6.0.0",
"prettier": "^2.3.0",
"vue-eslint-parser": "^6.0.0"
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-plugin": "^4.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-self": "^1.2.1",
"graphql": "^15.7.1",
"mocha": "^6.2.3",
"prettier": "^2.4.1",
"vue-eslint-parser": "^8.0.0"
},
"peerDependenciesMeta": {
"eslint-config-prettier": {
Expand Down

0 comments on commit f3713be

Please sign in to comment.