Skip to content

Commit 2effd53

Browse files
committed
chore(runtime): upgrade Node.js to 24
1 parent e12f419 commit 2effd53

7 files changed

Lines changed: 26 additions & 26 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
- name: Setup Node.js
1111
uses: actions/setup-node@v7
1212
with:
13-
node-version: '22'
13+
node-version: '24'
1414
cache: pnpm
1515
cache-dependency-path: pnpm-lock.yaml
1616

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node.js
3434
uses: actions/setup-node@v7
3535
with:
36-
node-version: '22'
36+
node-version: '24'
3737
cache: pnpm
3838
cache-dependency-path: pnpm-lock.yaml
3939

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Want to contribute code? Great! Please:
7373

7474
### Prerequisites
7575

76-
- **Node.js**: 22.x
76+
- **Node.js**: 24.x
7777
- **pnpm**: 11.17.0 (pinned by `packageManager`)
7878
- **Git**: For version control
7979

docs/GITHUB_SETUP_MANUAL_STEPS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ This is the simplest method - Cloudflare handles everything automatically.
172172
- None required for basic setup
173173

174174
5. **Advanced Settings**:
175-
- Node.js version: `20`
175+
- Node.js version: `24`
176176
- Compatibility date: `2025-03-01` (or latest)
177177

178178
6. **Click "Save and Deploy"**

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@playwright/test": "^1.62.1",
8989
"@tailwindcss/postcss": "^4.3.3",
9090
"@types/mdx": "^2.0.14",
91-
"@types/node": "^22.20.1",
91+
"@types/node": "^24.12.0",
9292
"@types/react": "^19.2.18",
9393
"@types/react-dom": "^19.2.5",
9494
"@typescript-eslint/parser": "^8.68.0",
@@ -120,7 +120,7 @@
120120
},
121121
"homepage": "https://github.com/aicodingstack/aicodingstack.io#readme",
122122
"engines": {
123-
"node": "22"
123+
"node": "24"
124124
},
125125
"overrides": {
126126
"@node-minify/core": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)