From ec8793fda914d82050263084c53b3e14c5014b7b Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Tue, 4 Apr 2023 13:08:07 -0400 Subject: [PATCH] Update ubuntu version and node version in ci-cd.yml The version of ubuntu is deprecated. Use 20.04 instead. Also upgrade node version. Signed-off-by: Bernd Hufmann --- .github/workflows/ci-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 1d6c293..fed5872 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -17,8 +17,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04] - node: [12] + os: [ubuntu-20.04] + node: [14] steps: - name: Checkout @@ -52,7 +52,7 @@ jobs: strategy: matrix: - node: [12] + node: [14] steps: - name: Checkout