From 01287743e76fc920269cec619b8f379e1371f229 Mon Sep 17 00:00:00 2001 From: XiaoDaiGua-Ray <443547225@qq.com> Date: Mon, 29 Apr 2024 23:40:41 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0cicd=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6node=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push-build.yaml | 7 +++---- package.json | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push-build.yaml b/.github/workflows/push-build.yaml index 47aa02f4..41fd460f 100644 --- a/.github/workflows/push-build.yaml +++ b/.github/workflows/push-build.yaml @@ -2,16 +2,15 @@ on: - push - pull_request - jobs: cache-and-install: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: - node-version: [ 18.x ] - os: [ ubuntu-latest, windows-latest, macos-latest ] - experimental: [ true ] + node-version: [20.x] + os: [ubuntu-latest, windows-latest, macos-latest] + experimental: [true] steps: - name: Checkout diff --git a/package.json b/package.json index 455b0936..30498923 100755 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "4.8.2", "type": "module", "engines": { - "node": "^18.0.0 || >=20.0.0", + "node": ">=20.0.0", "pnpm": ">=8.0.0" }, "scripts": {