Update node version used in website workflows. (#25605)

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).
This commit is contained in:
Eric 2025-01-20 14:33:43 -06:00 committed by GitHub
parent 66045dbb26
commit 12d8017ff9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
steps:
- name: Harden Runner

View file

@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
steps:
- name: Harden Runner