File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Releases
2
2
3
3
on :
4
4
push :
5
- branches : [ main ]
5
+ branches : [main]
6
6
7
7
jobs :
8
8
build :
11
11
- uses : actions/checkout@v2
12
12
- uses : actions/setup-node@v1
13
13
with :
14
- node-version : ' 12.x '
14
+ node-version : " 16.x "
15
15
- run : npm install
16
16
17
17
- name : get-npm-version
Original file line number Diff line number Diff line change 28
28
"typescript" : " ^4.8.4"
29
29
},
30
30
"engines" : {
31
- "node" : " >=8 .0.0"
31
+ "node" : " >=14 .0.0"
32
32
},
33
33
"files" : [
34
34
" /lib" ,
63
63
},
64
64
"dependencies" : {
65
65
"@contentstack/cli-command" : " ^1.0.0" ,
66
- "@contentstack/management" : " ^1.2.4" ,
67
66
"@contentstack/cli-utilities" : " ^1.0.0" ,
68
- "@oclif/command" : " ^1.8.0" ,
67
+ "@contentstack/management" : " ^1.2.4" ,
68
+ "@oclif/command" : " ^1.8.16" ,
69
69
"@oclif/config" : " ^1.17.0" ,
70
70
"cli-table3" : " ^0.6.0" ,
71
71
"cli-ux" : " ^6.0.9" ,
72
- "inquirer" : " ^6.5.2 " ,
72
+ "inquirer" : " ^9.1.0 " ,
73
73
"jest" : " ^29.1.2" ,
74
74
"jsonexport" : " ^3.2.0" ,
75
75
"safe-regex" : " ^1.1.0" ,
76
76
"tslib" : " ^1.14.1"
77
77
}
78
- }
78
+ }
You can’t perform that action at this time.
0 commit comments