From 2dd7044cbd863aec396cd4e18b6de90aaf1a9117 Mon Sep 17 00:00:00 2001 From: "Kyle E. Mitchell" Date: Thu, 2 Jun 2022 10:50:18 -0700 Subject: [PATCH] Configure GitHub to test on Node 12 and above --- .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 a2c76b1..8e5d9d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: ['10', '11', '12', '13', '14'] + node: ['12', '13', '14'] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2