From c6409c0be1ab5e9e1eda7b5a15669ae5047b6c47 Mon Sep 17 00:00:00 2001 From: Harry Keller Date: Thu, 19 Feb 2026 14:37:55 +0100 Subject: [PATCH] bump node versions in github action deployments --- .github/workflows/production.yml | 2 +- .github/workflows/staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index f59f9ef..dec8765 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -26,7 +26,7 @@ jobs: - name: Setting up node uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" - name: Install node packages run: npm install - name: Create assets diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index d305dc3..70aa889 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -26,7 +26,7 @@ jobs: - name: Setting up node uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "20" - name: Install node packages run: npm install - name: Create assets