From a9774588816a11a7641397317c97d6260f937083 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 17 Apr 2024 00:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E6=97=B6=E5=9B=BA=E5=AE=9Aci=20node?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= 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 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 0ee0998b..3f442104 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: '18' + node-version: '18.20.1' - name: Cache node modules id: cache-npm diff --git a/.github/workflows/beta-pack.yml b/.github/workflows/beta-pack.yml index 96ea6ac1..8e232ec2 100644 --- a/.github/workflows/beta-pack.yml +++ b/.github/workflows/beta-pack.yml @@ -19,7 +19,7 @@ jobs: # - name: Install Node.js # uses: actions/setup-node@v4 # with: - # node-version: '18' + # node-version: 20 # - name: Cache file # uses: actions/cache@v4 diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 3e4b3489..852f0dbc 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: '18' + node-version: 20 - name: Install Dependencies run: npm ci diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68a646cd..6b402797 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: # - name: Install Node.js # uses: actions/setup-node@v4 # with: - # node-version: '18' + # node-version: 20 # - name: Cache file # uses: actions/cache@v4