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:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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 : npm 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 @@ -16,10 +16,10 @@ jobs:
16
16
os : [ubuntu-latest, macos-latest, windows-latest]
17
17
steps :
18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
- - run : corepack enable
19
+ - run : npm i -fg corepack && corepack enable
20
20
- uses : actions/setup-node@v4
21
21
with :
22
- node-version : 20
22
+ node-version : 22
23
23
cache : " pnpm"
24
24
- run : pnpm install
25
25
- run : pnpm lint
You can’t perform that action at this time.
0 commit comments