From 51702a2c0f57a20ec9c95fd05aa63b4c391ab926 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Sun, 23 Feb 2020 21:11:02 +0100 Subject: [PATCH] Include node 13 in test matrix --- .github/workflows/nodejs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9e07d82..5f9ccce 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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