fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #1764 from hey-api/fix/downgrade-min-node-22

fix: reduce minimum Node.js 22 version to 22.10.0

authored by

Lubos and committed by
GitHub
d704e231 baade09f

+8 -3
+5
.changeset/fair-deers-fry.md
··· 1 + --- 2 + '@hey-api/openapi-ts': patch 3 + --- 4 + 5 + fix: reduce minimum Node.js 22 version to 22.10.0
+1 -1
.github/workflows/ci.yml
··· 8 8 workflow_dispatch: 9 9 10 10 concurrency: 11 - group: ${{ github.workflow }}=${{ github.head_ref }} 12 11 cancel-in-progress: true 12 + group: ${{ github.workflow }}=${{ github.head_ref }} 13 13 14 14 jobs: 15 15 ci:
+1 -1
package.json
··· 38 38 "vitepress": "turbo run $1 --filter=\"@docs/openapi-ts\"" 39 39 }, 40 40 "engines": { 41 - "node": "^18.18.0 || ^20.9.0 || >=22.11.0" 41 + "node": "^18.18.0 || ^20.9.0 || >=22.10.0" 42 42 }, 43 43 "devDependencies": { 44 44 "@arethetypeswrong/cli": "0.17.2",
+1 -1
packages/openapi-ts/package.json
··· 76 76 "typecheck": "tsc --noEmit" 77 77 }, 78 78 "engines": { 79 - "node": "^18.18.0 || ^20.9.0 || >=22.11.0" 79 + "node": "^18.18.0 || ^20.9.0 || >=22.10.0" 80 80 }, 81 81 "dependencies": { 82 82 "@hey-api/json-schema-ref-parser": "1.0.2",