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: ./