Skip to content

Commit 9fffe4c

Browse files
authored
Breaking: Drop support for Node 10, 13, 15 (#151)
We now support Node 12, 14, 16+. * Node 10 end-of-life 2021-04-30 * Node 13 end-of-life 2020-06-01 * Node 15 end-of-life 2021-06-01 https://nodejs.org/en/about/releases/ https://en.wikipedia.org/wiki/Node.js#Releases
1 parent cc58d76 commit 9fffe4c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
- '16'
1616
- '14'
1717
- '12'
18-
- '12.0'
19-
- '10'
20-
- '10.12'
2118
os:
2219
- ubuntu-latest
2320
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
"eslint": ">=6.0.0"
6262
},
6363
"engines": {
64-
"node": "^10.12.0 || >=12.0.0"
64+
"node": "12.* || 14.* || >= 16.*"
6565
}
6666
}

0 commit comments

Comments
 (0)