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:49:13 +02:00
parent 73fff11969
commit f5f4fdfba4
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 'latest'
cache: npm
cache-dependency-path: site/package-lock.json

View file

@ -23,6 +23,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 'latest'
cache: npm
cache-dependency-path: site/package-lock.json