From 3ced3734c0db4f9bc5a46cc2c4d80db5c79bfdac Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 20 Jan 2025 10:49:43 -0600 Subject: [PATCH] update node version used in website workflows --- .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