chore: drop support for node 10

This commit is contained in:
ppoffice 2021-05-06 16:19:07 -04:00
parent a431bc1fde
commit efc756a535
No known key found for this signature in database
GPG Key ID: B33335481CC0D498
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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 ."