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