File tree 3 files changed +10
-14
lines changed
3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change
1
+ [install .lockfile ]
2
+
3
+ save = false
Original file line number Diff line number Diff line change 7
7
steps :
8
8
- uses : actions/checkout@v3
9
9
10
- - name : Install pnpm
11
- uses : pnpm/action-setup@v2
12
- with :
13
- version : 8
14
-
15
- - name : Setup Node.js environment
16
- uses : actions/setup-node@v3
17
- with :
18
- node-version : ' 18'
10
+ - name : Install bun
11
+ uses : oven-sh/setup-bun@v1
19
12
20
13
- name : Install deps
21
- run : pnpm install
14
+ run : bun i
22
15
23
16
- name : lint
24
- run : pnpm run lint
17
+ run : bun run lint
25
18
26
19
- name : Test and coverage
27
- run : pnpm run test:coverage
20
+ run : bun run test:coverage
28
21
29
22
- name : Upload coverage to Codecov
30
23
uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 1
1
{
2
- "installCommand" : " pnpm i"
3
- }
2
+ "installCommand" : " pnpm i -g bun && bun i "
3
+ }
You can’t perform that action at this time.
0 commit comments