Skip to content

Commit

Permalink
chore: update openapi-typescript-codegen to 0.25.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
7nohe authored Oct 18, 2023
1 parent 99938c5 commit 860b836
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 7
version: 8
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: 'pnpm'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@types/node": "^18.16.0",
"commander": "^11.1.0",
"glob": "^10.2.5",
"openapi-typescript-codegen": "^0.24.0",
"openapi-typescript-codegen": "^0.25.0",
"typescript": "^5.0.4"
},
"peerDependencies": {
Expand Down
19 changes: 7 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 860b836

Please sign in to comment.