From 1ae9f514e07ed1c2eac31fca5e35046dbc93d88a Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sun, 19 Oct 2025 12:37:21 +0200 Subject: [PATCH] ci: test use node24 Signed-off-by: Jan Kowalleck --- .github/workflows/test_js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_js.yml b/.github/workflows/test_js.yml index 36830a55..267e1b31 100644 --- a/.github/workflows/test_js.yml +++ b/.github/workflows/test_js.yml @@ -31,9 +31,9 @@ jobs: # see https://github.com/actions/setup-node uses: actions/setup-node@v6 with: - node-version: '20.x' + node-version: '24.x' package-manager-cache: false - - name: Install Depenencies + - name: Install Dependencies run: npm install - name: Run test run: npm test