From 723ee39f47574409d026d9bbe6a323840ee76c86 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 8 Sep 2025 06:59:06 +0100 Subject: [PATCH] Deprecate node version from 24 to 22 for firebase Signed-off-by: liamfallon --- .github/workflows/firebase-hosting-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 1d3d9c17e8..3a3c1029c5 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: '24' + node-version: '22' - name: Generate Site run: make site-run-server - name: Generate sitemap