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
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [main]
66
77jobs :
88 build :
1111 - uses : actions/checkout@v2
1212 - uses : actions/setup-node@v1
1313 with :
14- node-version : ' 12.x '
14+ node-version : " 16.x "
1515 - run : npm install
1616
1717 - name : get-npm-version
Original file line number Diff line number Diff line change 2828 "typescript" : " ^4.8.4"
2929 },
3030 "engines" : {
31- "node" : " >=8 .0.0"
31+ "node" : " >=14 .0.0"
3232 },
3333 "files" : [
3434 " /lib" ,
6363 },
6464 "dependencies" : {
6565 "@contentstack/cli-command" : " ^1.0.0" ,
66- "@contentstack/management" : " ^1.2.4" ,
6766 "@contentstack/cli-utilities" : " ^1.0.0" ,
68- "@oclif/command" : " ^1.8.0" ,
67+ "@contentstack/management" : " ^1.2.4" ,
68+ "@oclif/command" : " ^1.8.16" ,
6969 "@oclif/config" : " ^1.17.0" ,
7070 "cli-table3" : " ^0.6.0" ,
7171 "cli-ux" : " ^6.0.9" ,
72- "inquirer" : " ^6.5.2 " ,
72+ "inquirer" : " ^9.1.0 " ,
7373 "jest" : " ^29.1.2" ,
7474 "jsonexport" : " ^3.2.0" ,
7575 "safe-regex" : " ^1.1.0" ,
7676 "tslib" : " ^1.14.1"
7777 }
78- }
78+ }
You can’t perform that action at this time.
0 commit comments