We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ee6f27 commit f6b3801Copy full SHA for f6b3801
1 file changed
.github/workflows/publish.yml
@@ -18,10 +18,10 @@ jobs:
18
submodules: recursive
19
- uses: oven-sh/setup-bun@v2
20
# 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'
+ - uses: actions/setup-node@v6
+ with:
+ node-version: 24
+ registry-url: 'https://registry.npmjs.org'
25
- run: bun install --frozen-lockfile
26
- name: Verify Harmony build tools
27
run: |
0 commit comments