File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - run : corepack enable
16+ - run : npm i -fg corepack && corepack enable
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 20
19+ node-version : 22
2020 cache : " pnpm"
2121 - run : pnpm install
2222 - name : Fix lint issues
2323 run : pnpm run lint:fix
2424 - uses : autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c
2525 with :
26- commit-message : " chore: apply automated fixes "
26+ commit-message : " chore: apply automated updates "
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - run : corepack enable
16+ - run : npm i -fg corepack && corepack enable
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 20
19+ node-version : 22
2020 cache : " pnpm"
2121 - run : pnpm install
2222 - run : pnpm lint
You can’t perform that action at this time.
0 commit comments