From acc7664830cac0018fa98b5193c28a627b6db24b Mon Sep 17 00:00:00 2001 From: laolarou Date: Mon, 18 Mar 2024 10:15:32 -0700 Subject: [PATCH 1/2] Update main.yml --- .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 d8416f7..6264678 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,14 +1,14 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Build Check # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the "master" branch push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From 882a4e0c33d12f133de87fb34a17b15082b59c0e Mon Sep 17 00:00:00 2001 From: laolarou Date: Mon, 18 Mar 2024 10:19:40 -0700 Subject: [PATCH 2/2] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6264678..b25ce83 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/setup-node@v4.0.2 with: - node-version: 16 + node-version: 20 - name: Install yarn run: |