mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
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:
parent
66045dbb26
commit
12d8017ff9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy-fleet-website.yml
vendored
2
.github/workflows/deploy-fleet-website.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16.x]
|
||||
node-version: [20.x]
|
||||
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
|
|
|
|||
2
.github/workflows/test-website.yml
vendored
2
.github/workflows/test-website.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16.x]
|
||||
node-version: [20.x]
|
||||
|
||||
steps:
|
||||
- name: Harden Runner
|
||||
|
|
|
|||
Loading…
Reference in a new issue