File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
- run : corepack enable
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : 18
19
+ node-version : 20
20
20
cache : " pnpm"
21
21
- run : pnpm install
22
22
- run : pnpm stub
25
25
run : npm run lint:fix
26
26
- uses : autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
27
27
with :
28
- commit-message : " chore: apply automated fixes "
28
+ commit-message : " chore: apply automated updates "
Original file line number Diff line number Diff line change 18
18
- run : corepack enable
19
19
- uses : actions/setup-node@v4
20
20
with :
21
- node-version : " 18 "
21
+ node-version : 20
22
22
cache : pnpm
23
23
- run : pnpm install
24
24
- run : pnpm stub
37
37
- run : corepack enable
38
38
- uses : actions/setup-node@v4
39
39
with :
40
- node-version : " 18 "
40
+ node-version : 20
41
41
cache : pnpm
42
42
- uses : oven-sh/setup-bun@v1
43
43
if : ${{ matrix.os != 'windows-latest' }}
You can’t perform that action at this time.
0 commit comments