Skip to content

Commit 4158e18

Browse files
SK-1729: v2 public release (#248)
1 parent 6adf7da commit 4158e18

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/common-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: '20.x'
18-
registry-url: "https://registry.npmjs.org"
1918

2019
- name: Install Packages
2120
run: npm install

.github/workflows/common-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v1
2020
with:
2121
node-version: '20.x'
22+
registry-url: "https://registry.npmjs.org"
2223

2324
- name: Install Packages
2425
run: npm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "skyflow-node",
3-
"version": "2.0.0",
3+
"version": "2.2.1-beta.1-dev.92e32df",
44
"description": "Skyflow SDK for Node.js",
55
"main": "./lib/index.js",
66
"module": "./lib/index.js",

0 commit comments

Comments
 (0)