We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adf7da commit 4158e18Copy full SHA for 4158e18
3 files changed
.github/workflows/common-ci.yml
@@ -15,7 +15,6 @@ jobs:
15
- uses: actions/setup-node@v3
16
with:
17
node-version: '20.x'
18
- registry-url: "https://registry.npmjs.org"
19
20
- name: Install Packages
21
run: npm install
.github/workflows/common-release.yml
@@ -19,6 +19,7 @@ jobs:
- uses: actions/setup-node@v1
22
+ registry-url: "https://registry.npmjs.org"
23
24
25
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "skyflow-node",
3
- "version": "2.0.0",
+ "version": "2.2.1-beta.1-dev.92e32df",
4
"description": "Skyflow SDK for Node.js",
5
"main": "./lib/index.js",
6
"module": "./lib/index.js",
0 commit comments