Skip to content

Commit 3f66e58

Browse files
committed
chore: update gha
1 parent caeb211 commit 3f66e58

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,12 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23-
- uses: actions/checkout@v3
24-
- uses: actions/setup-node@v3
25-
with:
26-
node-version: "14"
27-
- name: install pnpm
28-
uses: pnpm/action-setup@v2
29-
with:
30-
version: 7
31-
- run: pnpm install
32-
- run: pnpm test:coverage
33-
- run: pnpm test:report
23+
- uses: actions/checkout@v4
24+
- uses: oven-sh/setup-bun@v2
25+
with:
26+
bun-version: latest
27+
- run: bun i
28+
- run: bun test --coverage
3429
- name: Coveralls
3530
uses: coverallsapp/github-action@master
3631
with:

0 commit comments

Comments
 (0)