From 87429b34eecd59cc9322178bc689fbd534481e37 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 4 Feb 2020 19:41:12 -0500 Subject: [PATCH] Update tests to remove Node 8, and add Windows --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7b68969..2a4ef22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,8 +14,8 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest] - node-version: [8.x, 10.x, 12.x] + os: [ubuntu-latest, macos-latest, windows-latest] + node-version: [10.x, 12.x] runs-on: ${{ matrix.os }}