From 75420ab02bd228b0229a10b119595c991229581d Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sat, 16 Nov 2024 18:26:44 +0100 Subject: [PATCH] ci: test node 23 Signed-off-by: Jan Kowalleck --- .github/workflows/nodejs.yml | 7 ++++--- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 56d3a6f61..7d11bc285 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,7 +18,7 @@ concurrency: cancel-in-progress: true env: - NODE_ACTIVE_LTS: "20" # see https://nodejs.org/en/about/releases/ + NODE_ACTIVE_LTS: "22" # see https://nodejs.org/en/about/releases/ REPORTS_DIR: "CI_reports" TESTS_REPORTS_ARTIFACT: tests-reports STANDARD_REPORTS_ARTIFACT: cs-reports @@ -155,8 +155,9 @@ jobs: node-version: # action based on https://github.com/actions/node-versions/releases # see also: https://nodejs.org/en/about/releases/ - - "22" # Current - - "20" # active LTS + - "23" # current + - "22" # active LTS + - "20" - "18" - "16" - "14" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bd902749b..3126dec1d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ env: REPORTS_DIR: CI_reports PACKED_DIR: CI_packed PACKED_ARTIFACT: packed - NODE_ACTIVE_LTS: "20" + NODE_ACTIVE_LTS: "22" jobs: bump: