From f67ac53328ee90cf721764a0064445d3954fb0d5 Mon Sep 17 00:00:00 2001 From: Lukas Waslowski Date: Wed, 8 Jan 2025 21:59:45 +0100 Subject: [PATCH] Remove Node 24.x from test-javascript.yml as it does not exist yet --- .github/workflows/test-javascript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-javascript.yml b/.github/workflows/test-javascript.yml index daa2e0ee..5bae4a7c 100644 --- a/.github/workflows/test-javascript.yml +++ b/.github/workflows/test-javascript.yml @@ -20,7 +20,7 @@ jobs: - macos-latest - ubuntu-latest - windows-latest - node-version: ['18.x', '20.x', '22.x', '24.x'] + node-version: ['18.x', '20.x', '22.x'] steps: - name: set git core.autocrlf to 'input'