Include node 13 in test matrix

This commit is contained in:
Dan Mindru 2020-02-23 21:11:02 +01:00
parent 2a43f4309d
commit 51702a2c0f
1 changed files with 3 additions and 3 deletions

View File

@ -6,10 +6,10 @@ jobs:
test:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [9, 10, 11, 12]
node_version: [9, 10, 11, 12, 13]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
@ -18,7 +18,7 @@ jobs:
uses: actions/setup-node@v1
with:
node_version: ${{ matrix.node_version }}
- name: npm install & test
run: |
npm install