]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
infra: Bump CI to node 14 (#8426)
authorEvert Timberg <evert.timberg+github@gmail.com>
Sun, 14 Feb 2021 20:37:12 +0000 (15:37 -0500)
committerGitHub <noreply@github.com>
Sun, 14 Feb 2021 20:37:12 +0000 (15:37 -0500)
infra: Remove duplicated ES2019 plugin

.eslintrc.yml
.github/workflows/ci.yml

index ae63c569774b5f245a8083ed70c77422893503c3..7c851c27b914b51892957e9dcd22c37be94c1282 100644 (file)
@@ -1,6 +1,6 @@
 extends:
   - chartjs
-  - plugin:es/no-2019
+  - plugin:es/no-new-in-es2019
 
 env:
   es6: true
index 8d691b398317bf12fc598627fc44d70c1ee6e1f5..72b104e2e45d011437ae2069dd7f9d3958f14342 100644 (file)
@@ -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: