Skip to content

Commit a529da3

Browse files
committed
o
1 parent 565d5e6 commit a529da3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ jobs:
1414
- name: Setup Bun
1515
uses: oven-sh/setup-bun@v2
1616
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'
1824

1925
- name: Install dependencies
2026
run: bun install
@@ -25,12 +31,6 @@ jobs:
2531
- name: Build
2632
run: bun run build
2733

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-
3434
- name: Publish to NPM
3535
run: bun run publish
3636
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hyperliquid-ts",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "\uD83E\uDE96 Unofficial TypeScript SDK for Hyperliquid",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)