Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mint-dewit committed May 1, 2024
1 parent 3f1c8af commit 43adc8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -684,9 +684,9 @@ jobs:
persist-credentials: false

- name: Generate code
uses: hatamiarash7/openapi-generator@v0.2.0
uses: hatamiarash7/openapi-generator@v0.3.0
with:
generator: typescript-fetch
openapi-file: ./packages/openapi/api/actions.yaml
output-dir: ./packages/openapi/client/ts
command-args: supportsES6=true
command-args: -p supportsES6=true

0 comments on commit 43adc8d

Please sign in to comment.