Drop node 10 support

This commit is contained in:
yumauri
2021-05-27 10:43:48 +03:00
parent a9a5372d49
commit 1372c90f8e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node: ['10', '12', '14']
node: ['12', '14']
name: Node ${{ matrix.node }}
+1 -1
View File
@@ -89,6 +89,6 @@
"yaspeller": "^7.0.0"
},
"engines": {
"node": ">=10.9.0"
"node": ">=12.0.0"
}
}