From 663daa906c9ed9a5f7289f0d21a8d744d4bc7ffa Mon Sep 17 00:00:00 2001 From: Anton Shevchuk Date: Wed, 26 Jun 2024 16:07:22 +0200 Subject: [PATCH] Revert "Try to build with node v.22" This reverts commit 503b366d9a36f2ba4f17cc16611b8dd28907a96e. --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 8ecd529..f30f7af 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -34,7 +34,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "22" + node-version: "20" cache: npm - name: Setup Pages uses: actions/configure-pages@v4