From f3fa67b4343a4c1c7ece96e917e9e2fdde62c112 Mon Sep 17 00:00:00 2001 From: Shigure Kurosaki Date: Mon, 29 Jun 2026 16:52:03 +0800 Subject: [PATCH] ci: remove setup-node step from audit and lint workflows Signed-off-by: Shigure Kurosaki --- .github/workflows/audit.yml | 6 ------ .github/workflows/lint.yml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 1486cba..b69b81c 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -15,11 +15,5 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - # TODO: Wait for the runner to be migrated to Node24. - # https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners - - name: Set node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 - with: - node-version: lts/* - name: Run Insight uses: ./ diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 44811d9..9d6520f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,11 +18,5 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - # TODO: Wait for the runner to be migrated to Node24. - # https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners - - name: Set node - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 - with: - node-version: lts/* - name: Run Insight uses: ./