From c97cf5dc59be2cba97129315fe349c46dd0a1a5c Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 7 Dec 2023 14:39:07 +0100 Subject: [PATCH] fix(ci): Update node.js to v20 Signed-off-by: Marcel Klehr --- .github/workflows/build.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f77ecea12..b545d2e686 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,8 +13,8 @@ jobs: strategy: matrix: - node-versions: [14.x] - npm-version: [7.x] + node-versions: [20.x] + npm-version: [10.x] name: node${{ matrix.node-versions }} steps: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bd58e5a9ee..4fd033ac51 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,8 +36,8 @@ jobs: # do not stop on another job's failure fail-fast: false matrix: - node-version: [14.x] - npm-version: [7.x] + node-versions: [20.x] + npm-version: [10.x] server-version: ['27'] app-version: ['stable'] floccus-adapter: