From 12d8017ff905555feb0053e7a09eded404b5e8f1 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 20 Jan 2025 14:33:43 -0600 Subject: [PATCH] Update node version used in website workflows. (#25605) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: - Bumped the node version used in the "Deploy Fleet website" and "Test Fleet website" workflows (`16.x` ยป `20.x`) to fix an [error with the upgraded version of Storybook](https://github.com/fleetdm/fleet/actions/runs/12872094872/job/35886819520?pr=25601) (which requires node 18 or higher). --- .github/workflows/deploy-fleet-website.yml | 2 +- .github/workflows/test-website.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-fleet-website.yml b/.github/workflows/deploy-fleet-website.yml index cd61ac458b2a..ac7e3c0b95e3 100644 --- a/.github/workflows/deploy-fleet-website.yml +++ b/.github/workflows/deploy-fleet-website.yml @@ -31,7 +31,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - name: Harden Runner diff --git a/.github/workflows/test-website.yml b/.github/workflows/test-website.yml index 3045c9d4a7c1..e0a02d6b8e7d 100644 --- a/.github/workflows/test-website.yml +++ b/.github/workflows/test-website.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - name: Harden Runner