From a33e7acfc876784968e23c6714f3508293186279 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Fri, 8 Apr 2022 11:14:11 -0700 Subject: [PATCH] Update ci.yml Update node versions --- .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 aefe86e2ef8..370575013cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [14.x, 16.x, 17.x] steps: - uses: actions/checkout@v2