We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b75425 commit f659076Copy full SHA for f659076
1 file changed
.github/workflows/deploy.yml
@@ -55,6 +55,9 @@ jobs:
55
node-version: 24
56
registry-url: "https://registry.npmjs.org"
57
58
+ - name: Update NPM
59
+ run: npm install -g npm@latest
60
+
61
- name: Set OpenAPI Generator Version
62
run: |
63
OPENAPI_VERSION=$(jq .[\"generator-cli\"].version openapitools.json)
0 commit comments