From 5d0e7366ef39b69ee5839f47fd36da377f7b2c39 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Wed, 27 May 2026 15:47:32 +0200 Subject: [PATCH] update knip action node version --- .github/workflows/knip.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/knip.yml b/.github/workflows/knip.yml index 9ff6e3753fc..4d0e8096e08 100644 --- a/.github/workflows/knip.yml +++ b/.github/workflows/knip.yml @@ -8,12 +8,14 @@ permissions: jobs: lint: runs-on: ubuntu-latest - name: Ubuntu/Node v20 + name: Ubuntu/Node v24 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: persist-credentials: false - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + with: + node-version: "24.x" - name: Install dependencies (with cache) uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1 - name: Run knip