We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41312b commit 4940ac6Copy full SHA for 4940ac6
.github/actions/setup-monorepo/action.yml
@@ -4,7 +4,7 @@ description: Prepare and install everything for the monorepo
4
inputs:
5
node-version:
6
description: Version of Node to use
7
- default: 20.x
+ default: 24.x
8
9
pnpm-version:
10
description: Version of pnpm to use
.github/workflows/site.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- uses: actions/setup-node@v4
26
with:
27
- node-version: 22.x
+ node-version: 24.x
28
cache: pnpm
29
30
- name: 📦 Install dependencies
0 commit comments