Skip to content

Commit

Permalink
Include node 13 in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Feb 23, 2020
1 parent 2a43f43 commit 51702a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-node@v1
with:
node_version: ${{ matrix.node_version }}

- name: npm install & test
run: |
npm install
Expand Down

0 comments on commit 51702a2

Please sign in to comment.