File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v4
16
- - run : corepack enable
16
+ - run : npm i -fg corepack && corepack enable
17
17
- uses : actions/setup-node@v4
18
18
with :
19
- node-version : 20
19
+ node-version : 22
20
20
cache : " pnpm"
21
21
- run : pnpm install
22
22
- name : Fix lint issues
23
23
run : pnpm run lint:fix
24
24
- uses : autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
25
25
with :
26
- commit-message : " chore: apply automated lint fixes "
26
+ commit-message : " chore: apply automated updates "
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
15
15
- uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
- - run : corepack enable
18
+ - run : npm i -fg corepack && corepack enable
19
19
- uses : actions/setup-node@v4
20
20
with :
21
- node-version : 20
21
+ node-version : 22
22
22
cache : " pnpm"
23
23
- run : pnpm install
24
24
- run : pnpm lint
You can’t perform that action at this time.
0 commit comments