mirror of https://github.com/curbengh/hexo-yam
chore(ci): Node 17
This commit is contained in:
parent
282a905305
commit
4a271929d5
|
@ -8,7 +8,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
node-version: ['12', '14', '16']
|
node-version: ['12', '14', '16', '17']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.4
|
- uses: actions/checkout@v2.3.4
|
||||||
|
|
Loading…
Reference in New Issue