chore: adding node version to github action

This commit is contained in:
Samuel Berthe 2026-04-22 00:53:30 +02:00
parent ab6e30d21a
commit 7619d10c6c
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

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