File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 steps :
2020 - uses : actions/checkout@v6
2121 - name : Install pnpm
22- uses : pnpm/action-setup@v5
22+ uses : pnpm/action-setup@v6
2323 with :
2424 version : 10.26.0
2525 run_install : false
Original file line number Diff line number Diff line change 4444 "test" : " vitest --run" ,
4545 "test:watch" : " vitest watch" ,
4646 "test:cov" : " vitest run --coverage" ,
47- "release" : " standard-version && git push --follow-tags origin main && pnpm publish" ,
47+ "release" : " changelogen --release && git push --follow-tags origin main && pnpm publish" ,
4848 "lint" : " eslint ." ,
4949 "lint:fix" : " eslint . --fix" ,
5050 "prepare" : " husky" ,
6060 "@types/lodash-es" : " ^4.17.12" ,
6161 "@types/node" : " ^25.0.3" ,
6262 "@vitest/coverage-v8" : " ^4.0.16" ,
63+ "changelogen" : " ^0.5.7" ,
6364 "eslint" : " ^9.39.2" ,
6465 "husky" : " ^9.1.7" ,
6566 "lint-staged" : " ^16.2.7" ,
6667 "node-notifier" : " ^10.0.1" ,
67- "standard-version" : " ^9.5.0" ,
6868 "ts-node" : " ^10.9.2" ,
6969 "typescript" : " ^5.9.3" ,
7070 "unbuild" : " ^3.6.1" ,
You can’t perform that action at this time.
0 commit comments