Skip to content

Commit ebdad08

Browse files
committed
chore(sdk/js): bump to 0.5.8-beta.0 for release workflow testing
1 parent 6542bc7 commit ebdad08

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/js-sdk-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Install dependencies
6767
working-directory: sdk/js
68-
run: npm ci
68+
run: npm install
6969

7070
- name: Build
7171
working-directory: sdk/js

sdk/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@phala/dstack-sdk",
3-
"version": "0.5.7",
3+
"version": "0.5.8-beta.0",
44
"description": "dstack SDK",
55
"main": "dist/node/index.js",
66
"types": "dist/node/index.d.ts",
@@ -104,7 +104,7 @@
104104
},
105105
"devDependencies": {
106106
"@types/node": "latest",
107-
"typescript": "latest",
107+
"typescript": "^5.7.0",
108108
"vitest": "^3.2.4"
109109
},
110110
"optionalDependencies": {

0 commit comments

Comments
 (0)