From 763a40797d2ff29c1536500ec92628078782fba6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 13:34:55 +0000 Subject: [PATCH] chore(deps): update external major --- .github/workflows/main.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 07c540d..df7062d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -12,9 +12,9 @@ jobs: steps: - uses: actions/checkout@v5 - name: Use Node.js 20.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: - node-version: '22.x' + node-version: '24.x' - run: npm ci - run: git config --global user.email "test@project-helix.io" && git config --global user.name "Test Build" - run: git config --global protocol.file.allow always @@ -36,9 +36,9 @@ jobs: - run: git config --global core.autocrlf false - uses: actions/checkout@v5 - name: Use Node.js 20.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: - node-version: '22.x' + node-version: '24.x' - run: npm ci - run: git config --global user.email "test@project-helix.io" && git config --global user.name "Test Build" - run: git config --global protocol.file.allow always @@ -59,7 +59,7 @@ jobs: with: persist-credentials: false - name: Use Node.js 24.x - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: '24.x' - run: npm ci