From 9a127d9afe680773b9aca9f9fbc17b6c45857919 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Thu, 22 Feb 2024 15:23:20 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=20Node.js=20?= =?UTF-8?q?=E5=92=8C=20Golang=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-drafter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index b366eed77..920961835 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: '18.14' + node-version: '20.2' - name: Build Web run: | cd frontend && npm install && npm run build:pro @@ -24,7 +24,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.20.x' + go-version: '1.21.x' - name: Build Release uses: goreleaser/goreleaser-action@v4 with: