We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d65ce29 + fb0317e commit fbb7b66Copy full SHA for fbb7b66
3 files changed
.changeset/evil-turkeys-pick.md
@@ -0,0 +1,5 @@
1
+---
2
+'openapi-ts-request': patch
3
4
+
5
+chore: use node@18
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Use node.js
18
uses: actions/setup-node@v4
19
with:
20
- node-version: '20.x'
+ node-version: '18.x'
21
registry-url: 'https://registry.npmjs.org'
22
cache: 'pnpm'
23
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Install pnpm
0 commit comments