mirror of https://github.com/curbengh/hexo-yam
parent
1f95af32b7
commit
81fd44e514
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
node-version: ['10', '12', '14', '15']
|
||||
node-version: ['12', '14', '15']
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"test": "jest"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10.18.0"
|
||||
"node": ">= 12.13.0"
|
||||
},
|
||||
"author": "curben",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue