Skip to content

Commit 0a1bd86

Browse files
⬆️ upgrade node to v24.12.0
1 parent 9f2be56 commit 0a1bd86

5 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Use Node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: "22.x"
24+
node-version: "24.x"
2525
cache: "pnpm"
2626

2727
- name: Install Dependencies

.github/workflows/translations.yml

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

2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: 24
2424
cache: pnpm
2525

2626
- run: pnpm install --frozen-lockfile

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@ai-sdk/openai": "^3.0.2",
6060
"@tailwindcss/postcss": "^4.1.18",
6161
"@types/mdast": "^4.0.4",
62-
"@types/node": "^22.0.0",
62+
"@types/node": "^24.0.0",
6363
"@types/react": "^19",
6464
"@types/react-dom": "^19",
6565
"ai": "^6.0.3",

packages/next-sitemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"next": ">=14.0.0"
4343
},
4444
"devDependencies": {
45-
"@types/node": "^22.0.0",
45+
"@types/node": "^24.0.0",
4646
"next": "^16.1.1",
4747
"tsup": "^8",
4848
"typescript": "^5"

pnpm-lock.yaml

Lines changed: 11 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)