From fc9dcb138eaca3f1e9c4916b3133829b5c644efc Mon Sep 17 00:00:00 2001 From: ckipp01 Date: Fri, 4 Mar 2022 11:29:10 +0100 Subject: [PATCH] chore(ci): bump node versions in 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 3550896..a5dbda2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [macOS-latest, ubuntu-latest, windows-latest] - node-version: [10, 14, 15] + node-version: [16, 17] env: NODE_ENV: test