File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -13,37 +13,37 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - uses : actions/checkout@v4
16- - uses : pnpm/action-setup@v3
16+ - uses : pnpm/action-setup@v4
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : " 21 "
20- - run : pnpx prettier --check src tests configs
19+ node-version : " 22 "
20+ - run : pnpx prettier --check src scripts configs
2121 markdownlint :
2222 runs-on : ubuntu-latest
2323 steps :
2424 - uses : actions/checkout@v4
25- - uses : pnpm/action-setup@v3
25+ - uses : pnpm/action-setup@v4
2626 - uses : actions/setup-node@v4
2727 with :
28- node-version : " 21 "
28+ node-version : " 22 "
2929 - run : pnpx markdownlint-cli .
3030 spellcheck :
3131 runs-on : ubuntu-latest
3232 steps :
3333 - uses : actions/checkout@v4
34- - uses : pnpm/action-setup@v3
34+ - uses : pnpm/action-setup@v4
3535 - uses : actions/setup-node@v4
3636 with :
37- node-version : " 21 "
37+ node-version : " 22 "
3838 - run : pnpx cspell lint --relative --no-progress '**'
3939 test :
4040 runs-on : ubuntu-latest
4141 steps :
4242 - uses : actions/checkout@v4
43- - uses : pnpm/action-setup@v3
43+ - uses : pnpm/action-setup@v4
4444 - uses : actions/setup-node@v4
4545 with :
46- node-version : " 21 "
46+ node-version : " 22 "
4747 cache : " pnpm"
4848 - run : pnpm install
4949 - run : pnpm run lint
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 - uses : actions/checkout@v4
2020 with :
2121 fetch-depth : 0
22- - uses : pnpm/action-setup@v3
22+ - uses : pnpm/action-setup@v4
2323 - uses : actions/setup-node@v4
2424 with :
25- node-version : " 19 "
25+ node-version : " 22 "
2626 cache : " pnpm"
2727 - run : pnpm install
2828 - run : pnpm run generate
You can’t perform that action at this time.
0 commit comments