From 562fdfab1fee884954ce18616e92b11b138829b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 02:47:30 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/foundation-gate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/foundation-gate.yml b/.github/workflows/foundation-gate.yml index 2d5befb..96641a2 100644 --- a/.github/workflows/foundation-gate.yml +++ b/.github/workflows/foundation-gate.yml @@ -46,7 +46,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: '22' + node-version: '24' - name: Lint openapi.yaml (fail on errors) run: npx --yes @redocly/cli@2.40.0 lint openapi.yaml - name: Assert every internal $ref resolves @@ -73,7 +73,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: '22' + node-version: '24' - name: Install tooling run: npm install --no-save --no-audit --no-fund openapi-typescript@7.13.0 - name: Regenerate types and fail if the committed artifact drifted