File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v3
14
14
- uses : actions/setup-node@v3
15
15
with :
16
- node-version : " 12.x "
16
+ node-version : 18
17
17
- run : npm ci
18
18
- run : npm run build --if-present
19
19
- run : npm test
Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
node-version :
11
- - 12
12
11
- 14
13
12
- 16
13
+ - 18
14
14
steps :
15
15
- uses : actions/checkout@v3
16
16
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 2
2
"name" : " @openapi-contrib/openapi-schema-to-json-schema" ,
3
3
"version" : " 0.0.0-development" ,
4
4
"description" : " Converts OpenAPI Schema Object to JSON Schema" ,
5
- "engines" : {
6
- "node" : " >=12"
7
- },
8
5
"main" : " index.js" ,
9
6
"types" : " index.d.ts" ,
10
7
"scripts" : {
You can’t perform that action at this time.
0 commit comments