From 87a06005d1ba9691c751ccca208d3196027dc959 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Fri, 3 May 2024 10:13:48 +0200 Subject: [PATCH] ci: use node22 Signed-off-by: Jan Kowalleck --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c2587094..6ed326c5 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -139,7 +139,7 @@ jobs: node-version: ## action based on https://github.com/actions/node-versions/releases ## see also: https://nodejs.org/en/about/releases/ - - '21' # Current + - '22' # Current - '20' # LTS - '18' # lowest supported os: @@ -197,7 +197,7 @@ jobs: node-version: ## action based on https://github.com/actions/node-versions/releases ## see also: https://nodejs.org/en/about/releases/ - - '21' # Current + - '22' # Current - '20' # LTS - '18' # lowest supported timeout-minutes: 10