From 6058b3d3d5f5cda1ffb196c8b1e7a24f622c1557 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Mon, 14 Dec 2020 15:10:58 -0800 Subject: [PATCH] Drop Node 8 support. Add Node 14 --- .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 895b7c4..f924acc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [8, 10, 12] + node-version: [10, 12, 14] os: [ubuntu-latest, windows-latest, macOS-latest] steps: - run: git config --global core.autocrlf false