chore: drop support for node 10
This commit is contained in:
parent
a431bc1fde
commit
efc756a535
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [10, 14]
|
||||
node-version: [12, 14]
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"url": "https://github.com/ppoffice/hexo-theme-icarus/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.13.0"
|
||||
"node": ">=12.4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --ext .js --ext .jsx --ext .json ."
|
||||
|
|
Loading…
Reference in New Issue