explicitly set nodejs version

This commit is contained in:
Christoph Haas 2025-09-12 10:45:46 +02:00
parent 030ab96242
commit c954557e8c

View file

@ -21,5 +21,8 @@
"astro-splide": "^2.0.0",
"sharp": "^0.32.6",
"typescript": "^5.9.2"
},
"engines": {
"node": ">=22"
}
}