mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-24 13:31:18 +00:00
Compare commits
2 Commits
fix-publis
...
fix-publis
| Author | SHA1 | Date | |
|---|---|---|---|
| cd99b47ee1 | |||
| 3827ccff23 |
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
@@ -19,6 +19,11 @@ jobs:
|
||||
|
||||
- uses: oven-sh/setup-bun@v2
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '24'
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- run: bun install
|
||||
|
||||
- run: bun run build
|
||||
|
||||
Reference in New Issue
Block a user