From 43df660ab6b24314308274c556b6e96dd6b1678e Mon Sep 17 00:00:00 2001 From: XiaoDaiGua-Ray <443547225@qq.com> Date: Thu, 2 May 2024 10:16:33 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0workflow=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=8C=E6=89=8B=E5=8A=A8=E6=8C=87=E5=AE=9Anode?= =?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/workflows/push-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-build.yaml b/.github/workflows/push-build.yaml index 41fd460f..a6a1285a 100644 --- a/.github/workflows/push-build.yaml +++ b/.github/workflows/push-build.yaml @@ -19,7 +19,7 @@ jobs: - name: Install Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: - node-version: ${{ matrix.node-version }} + node-version: ['18.18.2', '20.12.0'] - uses: pnpm/action-setup@v2 name: Install pnpm