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:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
node-version: ['10.x', '12.x', '14.x']
|
||||
node-version: ['10', '12', '14', '15']
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue