From 47b6e5a7a7d577bc440991be59dcd9e46a1d91f8 Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Thu, 13 Apr 2023 08:15:39 -0400 Subject: [PATCH] Update to node 16 in ci-cd.yml Signed-off-by: Bernd Hufmann --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index f291295..0feb974 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-20.04] - node: [14] + node: [16] steps: - name: Checkout @@ -52,7 +52,7 @@ jobs: strategy: matrix: - node: [14] + node: [16] steps: - name: Checkout