Skip to content

Commit cd71695

Browse files
committed
docs: sync Node.js version with Vite
1 parent fc0f203 commit cd71695

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

docs/en/guide/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f
205205
2. Create a file named `.gitlab-ci.yml` in the root of your project with the content below. This will build and deploy your site whenever you make changes to your content:
206206

207207
```yaml [.gitlab-ci.yml]
208-
image: node:18
208+
image: node:24
209209
pages:
210210
cache:
211211
paths:

docs/en/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can try VitePress directly in your browser on [StackBlitz](https://vitepress
88

99
### Prerequisites
1010

11-
- [Node.js](https://nodejs.org/) version 18 or higher.
11+
- [Node.js](https://nodejs.org/) version 20 or higher.
1212
- Terminal for accessing VitePress via its command line interface (CLI).
1313
- Text Editor with [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax support.
1414
- [VSCode](https://code.visualstudio.com/) is recommended, along with the [official Vue extension](https://marketplace.visualstudio.com/items?itemName=Vue.volar).

docs/es/guide/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ No active opciones como _Auto Minify_ para código HTML. Eso removera comentario
205205
2. Cree un archivo llamado `.gitlab-ci.yml` en la raiz del proyecto con el contenido abajo. Esto construirá e implantará su sitio siempre que haga alteraciones en el contenido.
206206

207207
```yaml [.gitlab-ci.yml]
208-
image: node:18
208+
image: node:24
209209
pages:
210210
cache:
211211
paths:

docs/es/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Puede experimentar VitePress directamente en su navegador en [StackBlitz](https:
88

99
### Prerrequisitos {#prerequisites}
1010

11-
- [Node.js](https://nodejs.org/) versión 18 o superior.
11+
- [Node.js](https://nodejs.org/) versión 20 o superior.
1212
- Terminal para acessar VitePress a través de su interfaz de linea de comando (CLI).
1313
- Editor de texto con soporte a sintaxis [Markdown](https://en.wikipedia.org/wiki/Markdown).
1414
- [VSCode](https://code.visualstudio.com/) es recomendado, junto con la [extensión oficial Vue](https://marketplace.visualstudio.com/items?itemName=Vue.volar).

docs/fa/guide/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Cache-Control: max-age=31536000,immutable
203203
2. یک فایل به نام `.gitlab-ci.yml` در ریشه پروژه خود با محتوای زیر ایجاد کنید. این کار به ساخت و انتشار وب‌سایت شما هر زمانی که تغییری در محتوا ایجاد می‌کنید، می‌پردازد:
204204

205205
```yaml [.gitlab-ci.yml]
206-
image: node:18
206+
image: node:24
207207
pages:
208208
cache:
209209
paths:

docs/fa/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
### پیش‌نیازها {#prerequisites}
1010

11-
- [Node.js](https://nodejs.org/) نسخه 18 یا بالاتر.
11+
- [Node.js](https://nodejs.org/) نسخه 20 یا بالاتر.
1212
- ترمینال برای دسترسی به ویت‌پرس از طریق رابط خط فرمان (CLI).
1313
- ویرایشگر متنی با پشتیبانی از [Markdown](https://en.wikipedia.org/wiki/Markdown).
1414
- [VSCode](https://code.visualstudio.com/) به همراه [افزونه رسمی Vue](https://marketplace.visualstudio.com/items?itemName=Vue.volar).

docs/ja/guide/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ HTML の _Auto Minify_ のようなオプションを有効にしないでくだ
205205
2. プロジェクトのルートに `.gitlab-ci.yml` を作成して、以下を追加します。これにより、コンテンツを更新するたびにサイトがビルド・デプロイされます。
206206

207207
```yaml [.gitlab-ci.yml]
208-
image: node:18
208+
image: node:24
209209
pages:
210210
cache:
211211
paths:

docs/ja/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
### 前提条件 {#prerequisites}
1010

11-
- [Node.js](https://nodejs.org/) バージョン 18 以上
11+
- [Node.js](https://nodejs.org/) バージョン 20 以上
1212
- VitePress をコマンドラインインターフェース (CLI) で操作するためのターミナル
1313
- [Markdown](https://en.wikipedia.org/wiki/Markdown) 構文に対応したテキストエディタ
1414
- 推奨: [VSCode](https://code.visualstudio.com/)[公式 Vue 拡張](https://marketplace.visualstudio.com/items?itemName=Vue.volar)

docs/ko/guide/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ HTML 코드에 대해 _Auto Minify_ 옵션을 활성화하지 마세요. 이는
204204
2. 변경 사항을 적용할 때마다 사이트를 빌드하고 배포하도록 하기 위해 프로젝트의 루트에 다음 내용을 가진 `.gitlab-ci.yml` 파일을 생성하세요:
205205

206206
```yaml [.gitlab-ci.yml]
207-
image: node:18
207+
image: node:24
208208
pages:
209209
cache:
210210
paths:

docs/ko/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
### 사전 준비 사항 {#prerequisites}
1111

12-
- [Node.js](https://nodejs.org/) 버전 18 이상.
12+
- [Node.js](https://nodejs.org/) 버전 20 이상.
1313
- VitePress를 명령줄 인터페이스(CLI)를 통해 접근하기 위한 터미널.
1414
- [마크다운](https://en.wikipedia.org/wiki/Markdown) 문법 지원이 있는 텍스트 에디터.
1515
- [VSCode](https://code.visualstudio.com/)[공식 Vue 확장 프로그램](https://marketplace.visualstudio.com/items?itemName=Vue.volar) 사용을 권장합니다.

0 commit comments

Comments
 (0)