Drop node 10 support
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node: ['10', '12', '14']
|
||||
node: ['12', '14']
|
||||
|
||||
name: Node ${{ matrix.node }}
|
||||
|
||||
|
||||
+1
-1
@@ -89,6 +89,6 @@
|
||||
"yaspeller": "^7.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.9.0"
|
||||
"node": ">=12.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user