From 47591fb4c4f1b58303a12d4ec723ddecfdd91375 Mon Sep 17 00:00:00 2001 From: Shawn Miller Date: Thu, 6 Oct 2022 19:36:53 -0500 Subject: [PATCH] Node v16.14.2 --- .github/workflows/continuousIntegration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuousIntegration.yaml b/.github/workflows/continuousIntegration.yaml index fcb84e8..0bc9a6b 100644 --- a/.github/workflows/continuousIntegration.yaml +++ b/.github/workflows/continuousIntegration.yaml @@ -8,11 +8,11 @@ jobs: strategy: matrix: - node-version: [16.8.0] + node-version: [16.14.2] redis-version: [4.0.14] env: - DO_COVERALLS: 16.8.0/4.0.14 + DO_COVERALLS: 16.14.2/4.0.14 steps: - name: Setup Node ${{ matrix.node-version }}