File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v2
1313 - uses : actions/setup-node@v1
1414 with :
15- node-version : 14
15+ node-version : 16
1616 - run : npm install
1717 - run : npm test
1818 - uses : JS-DevTools/npm-publish@v1
Original file line number Diff line number Diff line change 2121 git config user.email github-actions@github.com
2222 - uses : actions/setup-node@v1
2323 with :
24- node-version : 14
24+ node-version : 16
2525 - run : |
2626 npm install
2727 npm test
Original file line number Diff line number Diff line change 55 "author" : " Adobe Inc." ,
66 "bugs" : " https://github.com/adobe/aio-cli-plugin-console/issues" ,
77 "dependencies" : {
8- "@adobe/aio-cli-lib-console" : " ^3.3 .0" ,
9- "@adobe/aio-lib-core-config" : " ^2 .0.0" ,
10- "@adobe/aio-lib-core-logging" : " ^1.1 .0" ,
11- "@adobe/aio-lib-env" : " ^1.1 .0" ,
12- "@adobe/aio-lib-ims" : " ^5 .0.0" ,
8+ "@adobe/aio-cli-lib-console" : " ^4.0 .0" ,
9+ "@adobe/aio-lib-core-config" : " ^3 .0.0" ,
10+ "@adobe/aio-lib-core-logging" : " ^2.0 .0" ,
11+ "@adobe/aio-lib-env" : " ^2.0 .0" ,
12+ "@adobe/aio-lib-ims" : " ^6 .0.0" ,
1313 "@oclif/core" : " ^1.4.0" ,
1414 "js-yaml" : " ^3.13.1"
1515 },
You can’t perform that action at this time.
0 commit comments