Skip to content

Commit ab6de55

Browse files
authored
snowflake upgrade to snowflake-sdk 2.0.3 (#10)
* snowflake upgrade * semver bump * update publish to node v20
1 parent bcd2f5f commit ab6de55

File tree

3 files changed

+1649
-1400
lines changed

3 files changed

+1649
-1400
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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

@@ -28,7 +28,7 @@ jobs:
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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -22,6 +22,6 @@
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
}

0 commit comments

Comments
 (0)