From ff33ae6cea579e236c0b5e7223ec56105e92791f Mon Sep 17 00:00:00 2001 From: Travis Semple Date: Mon, 9 May 2022 15:19:20 -0700 Subject: [PATCH] Update ci.yml (#151) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abba9e86..1b8ea512 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: - node-version: [14.15.1] + node-version: [16.14.2] steps: - uses: actions/checkout@v2 @@ -47,7 +47,7 @@ jobs: strategy: matrix: - node-version: [14.15.1] + node-version: [16.14.2] steps: - uses: actions/checkout@v2