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 1616 - uses : pnpm/action-setup@v4
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : " 22 "
19+ node-version : " 24 "
2020 - run : pnpx prettier --check src scripts configs
2121 markdownlint :
2222 runs-on : ubuntu-latest
2525 - uses : pnpm/action-setup@v4
2626 - uses : actions/setup-node@v4
2727 with :
28- node-version : " 22 "
28+ node-version : " 24 "
2929 - run : pnpx markdownlint-cli .
3030 spellcheck :
3131 runs-on : ubuntu-latest
3434 - uses : pnpm/action-setup@v4
3535 - uses : actions/setup-node@v4
3636 with :
37- node-version : " 22 "
37+ node-version : " 24 "
3838 - run : pnpx cspell lint --relative --no-progress '**'
3939 test :
4040 runs-on : ubuntu-latest
4343 - uses : pnpm/action-setup@v4
4444 - uses : actions/setup-node@v4
4545 with :
46- node-version : " 22 "
46+ node-version : " 24 "
4747 cache : " pnpm"
4848 - run : pnpm install
4949 - run : pnpm run lint
Original file line number Diff line number Diff line change 2222 - uses : pnpm/action-setup@v4
2323 - uses : actions/setup-node@v4
2424 with :
25- node-version : " 22 "
25+ node-version : " 24 "
2626 cache : " pnpm"
2727 - run : pnpm install
2828 - run : pnpm run generate
You can’t perform that action at this time.
0 commit comments