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,15 +13,15 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@v3
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
- run : pnpm run gen-drivers
23
23
- name : Fix lint issues
24
24
run : pnpm run lint:fix
25
25
- uses : autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
26
26
with :
27
- commit-message : " chore: apply automated lint fixes "
27
+ commit-message : " chore: apply automated updates "
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- uses : actions/checkout@v3
19
19
with :
20
20
fetch-depth : 0
21
- - run : corepack enable
21
+ - run : npm i -fg corepack && corepack enable
22
22
- uses : actions/setup-node@v4
23
23
with :
24
- node-version : 20
24
+ node-version : 22
25
25
cache : " pnpm"
26
26
- uses : denoland/setup-deno@v2
27
27
with :
You can’t perform that action at this time.
0 commit comments