Include node 13 in test matrix
This commit is contained in:
parent
2a43f4309d
commit
51702a2c0f
|
|
@ -6,10 +6,10 @@ jobs:
|
||||||
test:
|
test:
|
||||||
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
|
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node_version: [9, 10, 11, 12]
|
node_version: [9, 10, 11, 12, 13]
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node_version: ${{ matrix.node_version }}
|
node_version: ${{ matrix.node_version }}
|
||||||
|
|
||||||
- name: npm install & test
|
- name: npm install & test
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue