ci: pin Node.js to 24 for Astro 6 compatibility

Astro 6 requires Node.js >=22.12.0; 'latest' was resolving to v20.
This commit is contained in:
Samuel Berthe 2026-04-22 01:40:32 +02:00
parent b2563bb228
commit 7fd73364a0
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -25,7 +25,7 @@ jobs:
with:
cache: npm
cache-dependency-path: site/package-lock.json
node-version: 'latest'
node-version: '24'
- name: Install dependencies
working-directory: site