Skip to content

Commit 9d27857

Browse files
committed
Fix ci
1 parent b862c76 commit 9d27857

2 files changed

Lines changed: 5 additions & 70 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ jobs:
4040
git branch -v
4141
echo --------
4242
43-
- uses: actions/setup-node@v4
43+
- uses: oven-sh/setup-bun@v2
4444
with:
45-
node-version: 20
46-
cache: 'npm'
47-
cache-dependency-path: 'package-lock.json'
45+
bun-version: latest
4846

49-
- run: npm ci
47+
- run: bun ci
5048

5149
- name: Get Date
5250
id: get-date
@@ -65,12 +63,12 @@ jobs:
6563
- name: Test the stable branch
6664
env:
6765
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68-
run: BRANCH=stable npm run test
66+
run: BRANCH=stable bun run test
6967

7068
- name: Test the testing branch
7169
env:
7270
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73-
run: BRANCH=testing npm run test
71+
run: BRANCH=testing bun run test
7472

7573
- name: Save mod archive cache
7674
uses: actions/cache/save@v4

bun.lock

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

0 commit comments

Comments
 (0)