From db359c5fbdef592b8c9c720487dd5316511af042 Mon Sep 17 00:00:00 2001 From: Nicolas Vanhoren Date: Thu, 10 Oct 2024 09:05:27 +0200 Subject: [PATCH] Update website.yml --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index c5ac496..9fffb72 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 20 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run website-build