diff --git a/.eslintrc.yml b/.eslintrc.yml index ae63c5697..7c851c27b 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -1,6 +1,6 @@ extends: - chartjs - - plugin:es/no-2019 + - plugin:es/no-new-in-es2019 env: es6: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d691b398..72b104e2e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,8 @@ jobs: - uses: actions/checkout@v2 - name: Use Node.js uses: actions/setup-node@v1 + with: + node-version: '14' - uses: dorny/paths-filter@v2 id: changes with: