Try with other node version string

This commit is contained in:
Karl Ludwig Weise
2025-07-28 21:30:37 +02:00
parent 58ec345bbe
commit e18e78788c
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "24"
node-version: "24.x"
cache: "npm"
- name: Install dependencies