mirror of https://github.com/curbengh/hexo-yam
chore(actions): simpler Node version syntax
This commit is contained in:
parent
cef2d0e377
commit
bbc464b29e
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
node-version: ['10.x', '12.x', '14.x', '15']
|
||||
node-version: ['10', '12', '14', '15']
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue