parent
a431bc1fde
commit
efc756a535
|
@ -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
|
||||||
|
|
|
@ -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 ."
|
||||||
|
|
Loading…
Reference in New Issue