From b7ec571409795d9a0d4a5ae477f4b387d748b430 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Wed, 28 Sep 2022 20:36:26 -0400 Subject: [PATCH] chore(ci): test against node 14.19.1 (#12264) We didn't maintain parity with Dockerfile* when upgrading last time. Signed-off-by: Mike Fiedler Signed-off-by: Mike Fiedler --- .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 31a5968715ad..bc392ce28dc2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: - uses: actions/setup-node@v3 if: ${{ matrix.needs-node }} with: - node-version: 14.15.5 + node-version: 14.19.1 cache: 'npm' - name: Install Node dependencies if: ${{ matrix.needs-node }}