From 981061c810f5829500ddca156730a86002dab1c6 Mon Sep 17 00:00:00 2001 From: ILoveBingLu Date: Thu, 2 Apr 2026 01:11:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8D=87=E7=BA=A7=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=20Node=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5afe2ea..0736a71 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22.12.0 cache: npm - name: Read package version diff --git a/README.md b/README.md index 771e8ca..f0ada13 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ ### 📋 环境要求 -- **Node.js**: 18.x 或更高版本 +- **Node.js**: 22.12.0 或更高版本 - **操作系统**: Windows 10/11 - **内存**: 建议 4GB 以上