From f652509c7ab44a9275a2b4c144c5d8bd97e9e196 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 30 Jun 2024 09:59:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/main.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 7091abe..5628907 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -5,6 +5,10 @@ jobs: name: Build runs-on: pms steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 18 - uses: actions/setup-go@v5 - name: echo hello world run: |