From 92dce00796e2644dad391b49ec1def849329234a Mon Sep 17 00:00:00 2001 From: MadCcc <1075746765@qq.com> Date: Wed, 18 Oct 2023 10:27:59 +0800 Subject: [PATCH] chore: trigger check in next branch (#148) --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 443d016a..5278c21b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master] + branches: [master, next] pull_request: - branches: [master] + branches: [master, next] jobs: setup: @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-node@v1 with: - node-version: '12' + node-version: '16' - name: cache package-lock.json uses: actions/cache@v2