chore: fix Astro deployment

This commit is contained in:
Samuel Berthe 2026-04-22 01:44:01 +02:00
parent 7fd73364a0
commit 73fff11969
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C
2 changed files with 0 additions and 2 deletions

View file

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

View file

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