mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-10 18:26:52 +01:00
infra: Bump CI to node 14 (#8426)
infra: Remove duplicated ES2019 plugin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
extends:
|
||||
- chartjs
|
||||
- plugin:es/no-2019
|
||||
- plugin:es/no-new-in-es2019
|
||||
|
||||
env:
|
||||
es6: true
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user