Skip to content

Commit 43adc8d

Browse files
author
Mint de Wit
committed
chore: wip
1 parent 3f1c8af commit 43adc8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,9 +684,9 @@ jobs:
684684
persist-credentials: false
685685

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

0 commit comments

Comments
 (0)