Skip to content

Commit 107426a

Browse files
committed
feat: migrate to Bun 1.3
- Migrate from npm to Bun 1.3.0 - Update Node.js engine to 22.20.0 LTS - Update CI/CD workflow to use Bun - Update package scripts for Bun compatibility
1 parent 1288923 commit 107426a

107 files changed

Lines changed: 2761 additions & 28 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/validate-examples.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
1818

19-
- name: Setup Node.js
20-
uses: actions/setup-node@v4
19+
- name: Setup Bun
20+
uses: oven-sh/setup-bun@v2
2121
with:
22-
node-version: '22'
22+
bun-version: '1.3.0'
2323

2424
- name: Install omniscript-cli
25-
run: npm install -g omniscript-cli@latest
25+
run: bun install -g omniscript-cli@latest
2626

2727
- name: Validate all examples
2828
run: |

bun.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/omniscript-parser/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)