From b3d8293e7e2a932f5b448a1b230ab2bc367f5ffa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 16:28:39 +0000 Subject: [PATCH] Update dependency node to v24 --- .github/workflows/check-dist.yml | 2 +- .github/workflows/test.yml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index a97cf97..3a83f88 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/setup-node@v6 with: - node-version: 22.x + node-version: 24.x - name: Install dependencies run: npm ci diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8f3f04c..1b72516 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v6 with: - node-version: 22.x + node-version: 24.x - run: mkdir trellis - uses: ./ with: @@ -30,7 +30,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x - run: git clone https://github.com/roots/trellis.git - uses: ./ with: @@ -44,7 +44,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x - run: git clone https://github.com/roots/trellis.git - uses: ./ with: @@ -59,7 +59,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x - run: git clone https://github.com/roots/trellis.git - uses: ./ with: @@ -74,7 +74,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x - run: git clone https://github.com/roots/trellis.git - uses: ./ with: @@ -89,7 +89,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v6 with: - node-version: 20.x + node-version: 24.x - run: mkdir trellis - uses: ./ with: