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:
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 lint fixes "
26+ commit-message : " chore: apply automated updates "
Original file line number Diff line number Diff line change 2525 - uses : actions/checkout@v4
2626 with :
2727 fetch-depth : 0
28- - run : corepack enable
28+ - run : npm i -fg corepack && corepack enable
2929 - uses : actions/setup-node@v4
3030 with :
3131 node-version : ${{ matrix.node }}
You can’t perform that action at this time.
0 commit comments