From bd35f6541774262fe13b9da2be7b03085f0e7439 Mon Sep 17 00:00:00 2001 From: swyx Date: Mon, 13 Jan 2020 10:02:05 -0500 Subject: [PATCH] Deprecate Node 8 support (#426) also begins Node 13 in preparation for for Node 14 release in April (goes LTS in Oct this year) Co-authored-by: Jared Palmer --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5357f5e8c..85bb0f542 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: - node: ['10.x', '12.x'] + node: ['10.x', '12.x', '13.x'] os: [ubuntu-latest, windows-latest, macOS-latest] name: Test on node ${{ matrix.node }} and ${{ matrix.os }}