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