Skip to content

Commit ae0fd2c

Browse files
committed
ci: drop support node v10
1 parent 5fdda58 commit ae0fd2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
node: [10, 12, 14]
18+
node: [12, 14, 16]
1919
os: [ubuntu-latest]
2020

2121
steps:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lib"
1313
],
1414
"engines": {
15-
"node": ">=10"
15+
"node": ">=12"
1616
},
1717
"scripts": {
1818
"test": "nyc ava",

0 commit comments

Comments
 (0)