Update Node.js version to 24.x in workflow

This commit is contained in:
Michel Roegl-Brunner
2025-11-26 08:33:50 +01:00
committed by GitHub
parent c6c27271d6
commit 50f657ba00

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [22.x]
node-version: [24.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: