Merge pull request #33 from curbengh/node-15

chore(actions): add Node 15
This commit is contained in:
MDLeom 2020-11-07 14:18:47 +10:30 committed by GitHub
commit ea29aa0ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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