Skip to content

Commit f6b3801

Browse files
committed
fix ci
1 parent 9ee6f27 commit f6b3801

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
submodules: recursive
1919
- uses: oven-sh/setup-bun@v2
2020
# Setup .npmrc file to publish to npm
21-
# - uses: actions/setup-node@v6
22-
# with:
23-
# node-version: 24
24-
# registry-url: 'https://registry.npmjs.org'
21+
- uses: actions/setup-node@v6
22+
with:
23+
node-version: 24
24+
registry-url: 'https://registry.npmjs.org'
2525
- run: bun install --frozen-lockfile
2626
- name: Verify Harmony build tools
2727
run: |

0 commit comments

Comments
 (0)