From 7619d10c6c1c5e0c1cc2dff1f4d32e2fd1cf7d94 Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Wed, 22 Apr 2026 00:53:30 +0200 Subject: [PATCH] chore: adding node version to github action --- .github/workflows/site.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index eb18785..de77f26 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -25,6 +25,7 @@ jobs: with: cache: npm cache-dependency-path: site/package-lock.json + node-version: 'latest' - name: Install dependencies working-directory: site