Skip to content

Commit e73f56c

Browse files
SK-2048: Merge branch 'release/25.5.4' into SK-2048-samples-and-readme-for-detect
2 parents 1936ea5 + 4dcca11 commit e73f56c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.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-beta.4-dev.95715b0",
3+
"version": "2.0.0-beta.4-dev.7531edc",
44
"description": "Skyflow SDK for Node.js",
55
"main": "./lib/index.js",
66
"module": "./lib/index.js",

0 commit comments

Comments
 (0)