File tree Expand file tree Collapse file tree 3 files changed +1649
-1400
lines changed
Expand file tree Collapse file tree 3 files changed +1649
-1400
lines changed Original file line number Diff line number Diff line change 1717 - uses : actions/checkout@v3
1818 - uses : actions/setup-node@v3
1919 with :
20- node-version : 16
20+ node-version : 20
2121 - run : yarn
2222# - run: npm test
2323
2828 - uses : actions/checkout@v3
2929 - uses : actions/setup-node@v3
3030 with :
31- node-version : 16
31+ node-version : 20
3232 registry-url : https://registry.npmjs.org/
3333 - run : yarn
3434 - run : yarn publish
Original file line number Diff line number Diff line change 11{
22 "name" : " @softrams/nodejs-snowflake-connector" ,
3- "version" : " 0 .0.5 " ,
3+ "version" : " 1 .0.0 " ,
44 "description" : " Database connector wrapper to work with Snowflake database from nodejs applications" ,
55 "main" : " index.js" ,
66 "scripts" : {
2222 },
2323 "homepage" : " https://github.com/softrams/nodejs-snowflake-connector#readme" ,
2424 "dependencies" : {
25- "snowflake-sdk" : " ^1.8.0 "
25+ "snowflake-sdk" : " ^2.0.3 "
2626 }
2727}
You can’t perform that action at this time.
0 commit comments