chore: drop support for node 10

pull/864/head 4.2.0
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 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [10, 14] node-version: [12, 14]
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2

View File

@ -15,7 +15,7 @@
"url": "https://github.com/ppoffice/hexo-theme-icarus/issues" "url": "https://github.com/ppoffice/hexo-theme-icarus/issues"
}, },
"engines": { "engines": {
"node": ">=10.13.0" "node": ">=12.4.0"
}, },
"scripts": { "scripts": {
"lint": "eslint --ext .js --ext .jsx --ext .json ." "lint": "eslint --ext .js --ext .jsx --ext .json ."