We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1936ea5 + 4dcca11 commit e73f56cCopy full SHA for e73f56c
.github/workflows/common-release.yml
@@ -19,6 +19,7 @@ jobs:
19
- uses: actions/setup-node@v1
20
with:
21
node-version: '20.x'
22
+ registry-url: "https://registry.npmjs.org"
23
24
- name: Install Packages
25
run: npm install
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "skyflow-node",
3
- "version": "2.0.0-beta.4-dev.95715b0",
+ "version": "2.0.0-beta.4-dev.7531edc",
4
"description": "Skyflow SDK for Node.js",
5
"main": "./lib/index.js",
6
"module": "./lib/index.js",
0 commit comments