diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 579a898743..ee18ab6b2b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -9,14 +9,14 @@ # the `language` matrix defined below to confirm you have the correct set of # supported CodeQL languages. # -name: "CodeQL" +name: 🏨 CodeQL on: push: - branches: [ master ] + branches: [ master, alpha, beta, next ] pull_request: # The branches below must be a subset of the branches above - branches: [ master ] + branches: [ master, alpha, beta, next ] schedule: - cron: '38 0 * * 2' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f656280879..25f2b16213 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,4 +1,4 @@ -name: lint +name: 👨‍🔬 lint on: [pull_request] @@ -12,7 +12,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: - node-version: [20] + node-version: [18] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release-success.yml b/.github/workflows/release-success.yml index 713816b0e3..2ab0beb762 100644 --- a/.github/workflows/release-success.yml +++ b/.github/workflows/release-success.yml @@ -15,7 +15,7 @@ jobs: if: github.event.workflow_run.conclusion == 'success' strategy: matrix: - node-version: [20] + node-version: [18] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/size-limit.yml b/.github/workflows/size-limit.yml index 5f95d0effa..cb27fdb549 100644 --- a/.github/workflows/size-limit.yml +++ b/.github/workflows/size-limit.yml @@ -1,4 +1,4 @@ -name: "size" +name: 📦 size limit on: pull_request: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f865762b45..939ef5b097 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: test +name: 💯 test on: [pull_request] @@ -15,7 +15,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: - node-version: [20] + node-version: [18] steps: - uses: actions/checkout@v4