Skip to content

Commit d26172a

Browse files
authored
infra: Bump CI to node 14 (#8426)
infra: Remove duplicated ES2019 plugin
1 parent 422d26d commit d26172a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
extends:
22
- chartjs
3-
- plugin:es/no-2019
3+
- plugin:es/no-new-in-es2019
44

55
env:
66
es6: true

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- uses: actions/checkout@v2
2727
- name: Use Node.js
2828
uses: actions/setup-node@v1
29+
with:
30+
node-version: '14'
2931
- uses: dorny/paths-filter@v2
3032
id: changes
3133
with:

0 commit comments

Comments
 (0)