Skip to content

Commit 485fc67

Browse files
authored
docs: update recommended NodeJS version in docs (#86)
1 parent 82c1681 commit 485fc67

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20 AS base
1+
FROM node:24.13.0 AS base
22

33
RUN apt-get update && apt-get install -y \
44
git \

docs/development/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Guide for setting up a local development environment.
77
- [pnpm](https://pnpm.io/installation) - Package manager (required for workspaces)
88
- [Bun](https://bun.sh) - Backend runtime
99
- [OpenCode TUI](https://opencode.ai) - `npm install -g @opencode/tui`
10-
- Node.js 18+
10+
- [Node.js 24+](https://nodejs.org/en/about/previous-releases)
1111

1212
## Installation
1313

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For contributors who want to develop locally instead of using Docker.
6262
- [pnpm](https://pnpm.io/installation) - Package manager (required for workspaces)
6363
- [Bun](https://bun.sh) - Backend runtime
6464
- [OpenCode TUI](https://opencode.ai) - `npm install -g @opencode/tui`
65-
- Node.js 18+
65+
- [Node.js 24+](https://nodejs.org/en/about/previous-releases)
6666

6767
### Setup
6868

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ OpenCode Manager provides a web-based interface for OpenCode AI agents, allowing
4848
- [pnpm](https://pnpm.io) - Package manager
4949
- [Bun](https://bun.sh) - Backend runtime
5050
- [OpenCode TUI](https://opencode.ai) - `npm i -g @opencode/tui`
51-
- Node.js 18+
51+
- [Node.js 24+](https://nodejs.org/en/about/previous-releases)
5252

5353
## Next Steps
5454

0 commit comments

Comments
 (0)