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 17
17
- uses : actions/checkout@v3
18
18
- uses : actions/setup-node@v3
19
19
with :
20
- node-version : 16
20
+ node-version : 20
21
21
- run : yarn
22
22
# - run: npm test
23
23
28
28
- uses : actions/checkout@v3
29
29
- uses : actions/setup-node@v3
30
30
with :
31
- node-version : 16
31
+ node-version : 20
32
32
registry-url : https://registry.npmjs.org/
33
33
- run : yarn
34
34
- run : yarn publish
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @softrams/nodejs-snowflake-connector" ,
3
- "version" : " 0 .0.5 " ,
3
+ "version" : " 1 .0.0 " ,
4
4
"description" : " Database connector wrapper to work with Snowflake database from nodejs applications" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
22
22
},
23
23
"homepage" : " https://github.com/softrams/nodejs-snowflake-connector#readme" ,
24
24
"dependencies" : {
25
- "snowflake-sdk" : " ^1.8.0 "
25
+ "snowflake-sdk" : " ^2.0.3 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments