From 0e0a355a447947876b15ca21a1311e3f1f5e2d9b Mon Sep 17 00:00:00 2001 From: Sky Date: Tue, 19 Mar 2024 23:29:28 +0800 Subject: [PATCH] Update Build.yml --- .github/workflows/Build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 9bd3500..ef9f47d 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -2,9 +2,9 @@ name: Build TEST on: push: - branches: [ main ] + branches: [ mini-main ] pull_request: - branches: [ main ] + branches: [ mini-main ] jobs: build: @@ -13,7 +13,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: