Add node 15 to test matrix

This commit is contained in:
Pavel Djundik 2020-10-30 23:03:45 +02:00
parent c2e8eaf9df
commit 69986b3ee5
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ jobs:
- os: windows-latest
node_version: 14.x
# EOL: June 2021
- os: ubuntu-latest
node_version: 15.x
runs-on: ${{ matrix.os }}
steps: