From 4ce54ea395d669b5f738fbd1798b84e32897dee9 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 14 Feb 2024 23:52:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=BF=90=E8=A1=8C=E9=A1=B9?= =?UTF-8?q?=E7=9B=AEnodejs=E7=89=88=E6=9C=AC=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/setup/action.yml | 2 +- .github/workflows/beta-pack.yml | 2 +- .github/workflows/build-test.yml | 2 +- .github/workflows/release.yml | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index c71e2d4c..e20a5b94 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -7,7 +7,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '18' - name: Cache node modules id: cache-npm diff --git a/.github/workflows/beta-pack.yml b/.github/workflows/beta-pack.yml index ce886fed..96dc8d56 100644 --- a/.github/workflows/beta-pack.yml +++ b/.github/workflows/beta-pack.yml @@ -16,7 +16,7 @@ jobs: # - name: Install Node.js # uses: actions/setup-node@v4 # with: - # node-version: '16' + # node-version: '18' # - name: Cache file # uses: actions/cache@v4 diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 6e7d41ed..3e4b3489 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -16,7 +16,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '18' - name: Install Dependencies run: npm ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b8ecae35..ad7ed8e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: # - name: Install Node.js # uses: actions/setup-node@v4 # with: - # node-version: '16' + # node-version: '18' # - name: Cache file # uses: actions/cache@v4 diff --git a/package.json b/package.json index 3e71d38b..cd257304 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "Electron 22.3.0" ], "engines": { - "node": ">= 16", + "node": ">= 18", "npm": ">=8.5.2" }, "macLanguagesInfoPlistStrings": {