File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Pydantic to Typescript
2
2
description : |
3
3
Convert pydantic models into typescript definitions and ensure that your type definitions are in sync.
4
4
author : Phillip Dupuis
5
-
6
5
inputs :
7
6
python-module :
8
7
required : true
@@ -44,17 +43,17 @@ runs:
44
43
using : composite
45
44
steps :
46
45
- name : Set up Python
47
- uses : actions/setup-python@v4
46
+ uses : actions/setup-python@v5
48
47
with :
49
- python-version : " >=3.6 <=3.10 "
48
+ python-version : " 3.x "
50
49
- name : Install pydantic-to-typescript
51
50
shell : bash
52
51
run : |
53
52
python -m pip install -U pip wheel pydantic-to-typescript
54
- - name : Set up Node.js 16
55
- uses : actions/setup-node@v3
53
+ - name : Set up Node.js 20
54
+ uses : actions/setup-node@v4
56
55
with :
57
- node-version : 16
56
+ node-version : 20
58
57
- name : Install json-schema-to-typescript
59
58
shell : bash
60
59
run : |
You can’t perform that action at this time.
0 commit comments