File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
- name : Setup Bun
15
15
uses : oven-sh/setup-bun@v2
16
16
with :
17
- bun-version : latest
17
+ bun-version : ' latest'
18
+
19
+ - name : Setup Node.js for publishing
20
+ uses : actions/setup-node@v4
21
+ with :
22
+ node-version : ' latest'
23
+ registry-url : ' https://registry.npmjs.org'
18
24
19
25
- name : Install dependencies
20
26
run : bun install
25
31
- name : Build
26
32
run : bun run build
27
33
28
- - name : Setup Node.js for publishing
29
- uses : actions/setup-node@v4
30
- with :
31
- node-version : ' latest'
32
- registry-url : ' https://registry.npmjs.org'
33
-
34
34
- name : Publish to NPM
35
35
run : bun run publish
36
36
env :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hyperliquid-ts" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " \uD83E\uDE96 Unofficial TypeScript SDK for Hyperliquid" ,
5
5
"main" : " dist/index.js" ,
6
6
"module" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments