Skip to content

Commit fbb7b66

Browse files
Merge pull request #423 from openapi-ui/main
chore: merge main to release
2 parents d65ce29 + fb0317e commit fbb7b66

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/evil-turkeys-pick.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'openapi-ts-request': patch
3+
---
4+
5+
chore: use node@18

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: '20.x'
20+
node-version: '18.x'
2121
registry-url: 'https://registry.npmjs.org'
2222
cache: 'pnpm'
2323

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: '20.x'
18+
node-version: '18.x'
1919
registry-url: 'https://registry.npmjs.org'
2020

2121
- name: Install pnpm

0 commit comments

Comments
 (0)