diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index a700450..f5d7935 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -12,7 +12,7 @@ jobs: main: strategy: matrix: - eslint: [7.12.1, 7, 8.0.0, 8] + eslint: [8.0.0, 8] node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16] runs-on: ubuntu-latest steps: diff --git a/eslintrc.json b/eslintrc.json index b780ef7..6040a9d 100644 --- a/eslintrc.json +++ b/eslintrc.json @@ -1,6 +1,6 @@ { "parserOptions": { - "ecmaVersion": 2021, + "ecmaVersion": 2022, "ecmaFeatures": { "jsx": true },