We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b862c76 commit 9d27857Copy full SHA for 9d27857
2 files changed
.github/workflows/ci.yaml
@@ -40,13 +40,11 @@ jobs:
40
git branch -v
41
echo --------
42
43
- - uses: actions/setup-node@v4
+ - uses: oven-sh/setup-bun@v2
44
with:
45
- node-version: 20
46
- cache: 'npm'
47
- cache-dependency-path: 'package-lock.json'
+ bun-version: latest
48
49
- - run: npm ci
+ - run: bun ci
50
51
- name: Get Date
52
id: get-date
@@ -65,12 +63,12 @@ jobs:
65
63
- name: Test the stable branch
66
64
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
- run: BRANCH=stable npm run test
+ run: BRANCH=stable bun run test
69
70
- name: Test the testing branch
71
72
73
- run: BRANCH=testing npm run test
+ run: BRANCH=testing bun run test
74
75
- name: Save mod archive cache
76
uses: actions/cache/save@v4
bun.lock
0 commit comments