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