feat(docker): update Node.js version to 24.15.0 in Dockerfile and test workflow

This commit is contained in:
Nils-Johan Gynther
2026-05-03 21:48:25 +02:00
parent 6278825f0a
commit dd74d8b7eb
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [24.x]
node-version: [24.15.0]
steps:
- name: Checkout code