File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,13 +27,12 @@ jobs:
2727
2828 steps :
2929 - uses : actions/checkout@v6
30- - uses : pnpm/action-setup@v4
30+ - uses : pnpm/action-setup@v5
3131 - uses : actions/setup-node@v6
3232 with :
33- node-version : 22
33+ node-version : 24
3434 registry-url : ' https://registry.npmjs.org'
3535 cache : pnpm
36- - run : npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC
3736 - run : pnpm install --frozen-lockfile
3837 - name : Publish to NPM
3938 run : NPM_CONFIG_PROVENANCE=true pnpm release-plan publish
Original file line number Diff line number Diff line change 2020 " src"
2121 ],
2222 "scripts" : {
23+ "bench" : " ./scripts/run-bench.sh tests/parser.bench.mjs" ,
24+ "bench:compare" : " node scripts/bench-compare.mjs" ,
25+ "bench:summary" : " ./scripts/local-bench-summary.sh" ,
2326 "lint" : " concurrently \" npm:lint:*(!fix)\" --names \" lint:\" " ,
2427 "lint:fix" : " concurrently \" npm:lint:*:fix\" --names \" fix:\" " ,
2528 "lint:js" : " eslint . --max-warnings=0" ,
2629 "lint:js:fix" : " eslint . --fix --max-warnings=0" ,
2730 "lint:package" : " publint" ,
28- "bench" : " ./scripts/run-bench.sh tests/parser.bench.mjs" ,
29- "bench:compare" : " node scripts/bench-compare.mjs" ,
30- "bench:summary" : " ./scripts/local-bench-summary.sh" ,
3131 "test" : " vitest run"
3232 },
3333 "dependencies" : {
5858 "mitata" : " 1.0.34" ,
5959 "prettier" : " ^3.2.5" ,
6060 "publint" : " ^0.2.6" ,
61- "release-plan" : " ^0.17.4 " ,
61+ "release-plan" : " ^0.18.0 " ,
6262 "typescript" : " ^5.3.3" ,
6363 "vite" : " ^5.0.12" ,
6464 "vitest" : " ^1.2.2"
You can’t perform that action at this time.
0 commit comments