From e2f5b958b1ed25fdfe6113dd41f23eeca760e0ae Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Tue, 5 May 2026 12:01:49 +1000 Subject: [PATCH] Bumping to node 22 for astro (#1618) --- .github/workflows/build-website.yml | 2 +- .github/workflows/deploy-website.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index 8d468722..2e4fe3a6 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: "20" + node-version: "22" cache: "npm" - name: Install root dependencies diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 0289addb..03f883f6 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -27,12 +27,12 @@ jobs: - name: Checkout uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: - fetch-depth: 0 # Full history needed for git-based last updated dates + fetch-depth: 0 # Full history needed for git-based last updated dates - name: Setup Node.js uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: - node-version: "20" + node-version: "22" cache: "npm" - name: Install root dependencies