From 02ff33bdcacedd8a3b4b782a57f40b46bddcbc17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:23:44 +0000 Subject: [PATCH] chore(deps): update dependency node to v24 --- .github/workflows/foundation-gate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/foundation-gate.yml b/.github/workflows/foundation-gate.yml index 1a351eb..97e90c2 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