From bc8a98ff007bdbb91771fd513a6736dab7337fce Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Thu, 9 Apr 2020 16:16:06 -0700 Subject: [PATCH] Add node 13 to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fba73719def..251303b0c95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x] + node-version: [10.x, 12.x, 13.x] steps: - uses: actions/checkout@v1