diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e518d27..0b4dafc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -59,13 +59,10 @@ jobs: - eslint: 6 node: 18 os: ubuntu-latest - # - eslint: 5 - # node: 18 - # os: ubuntu-latest # On the minimum supported ESLint/Node.js version - # - eslint: 5.0.0 - # node: 12.22.0 - # os: ubuntu-latest + - eslint: 6.0.0 + node: 12.22.0 + os: ubuntu-latest runs-on: ${{ matrix.os }} steps: - name: 🛑 Cancel Previous Runs diff --git a/package.json b/package.json index 7955346..c7c9f31 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "warun": "^1.0.0" }, "peerDependencies": { - "eslint": ">=5" + "eslint": ">=6" }, "scripts": { "prebuild": "npm run -s clean",