File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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@ff86a557419858bb967097bfc916833f5647fa8c
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 25
25
- uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 0
28
- - run : corepack enable
28
+ - run : npm i -fg corepack && corepack enable
29
29
- uses : actions/setup-node@v4
30
30
with :
31
31
node-version : ${{ matrix.node }}
You can’t perform that action at this time.
0 commit comments