Skip to content

Commit 4940ac6

Browse files
infra: updated node CI to 24.x
1 parent f41312b commit 4940ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-monorepo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Prepare and install everything for the monorepo
44
inputs:
55
node-version:
66
description: Version of Node to use
7-
default: 20.x
7+
default: 24.x
88

99
pnpm-version:
1010
description: Version of pnpm to use

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: 22.x
27+
node-version: 24.x
2828
cache: pnpm
2929

3030
- name: 📦 Install dependencies

0 commit comments

Comments
 (0)