chore: migrate from node to bun #46

Merged
didavila merged 14 commits from test/bun into main 2026-03-25 10:14:24 +00:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit c6fbc4c47c - Show all commits

View File

@@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Bun - name: Setup Bun
uses: oven-sh/setup-bun@v2 run: |
with: curl -fsSL https://bun.sh/install | bash -s "bun-v1.3.3"
bun-download-url: "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64.zip" echo "$HOME/.bun/bin" >> $GITHUB_PATH
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: bun install --frozen-lockfile

View File

@@ -13,9 +13,9 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Bun - name: Setup Bun
uses: oven-sh/setup-bun@v2 run: |
with: curl -fsSL https://bun.sh/install | bash -s "bun-v1.3.3"
bun-download-url: "https://github.com/oven-sh/bun/releases/download/bun-v1.3.3/bun-linux-x64.zip" echo "$HOME/.bun/bin" >> $GITHUB_PATH
- name: Set version from tag - name: Set version from tag
run: | run: |