From 227edfc6775311453fcc8410447c1c640103eba1 Mon Sep 17 00:00:00 2001 From: Thomas Wilkerling Date: Wed, 21 May 2025 16:48:55 +0200 Subject: [PATCH] fix github action --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d504cf2..f76466c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -45,7 +45,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [19.x, 20.x, 22.x, 24.x] # 18.x # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: