mirror of https://github.com/curbengh/hexo-yam
Merge pull request #33 from curbengh/node-15
chore(actions): add Node 15
This commit is contained in:
commit
ea29aa0ad5
|
@ -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: ['10.x', '12.x', '14.x']
|
node-version: ['10', '12', '14', '15']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue