File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v4
99 - run : npm i -fg corepack && corepack enable
1010 - uses : actions/setup-node@v4
11- with : { node-version: lts/*, cache: ' pnpm' }
11+ with : { node-version: lts/*, cache: " pnpm" }
1212 - run : pnpm install
1313 - run : pnpm lint:fix
14- - run : pnpm automd
1514 - uses : autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
16- with : { commit-message: ' chore: apply automated updates' }
15+ with : { commit-message: " chore: apply automated updates" }
Original file line number Diff line number Diff line change 77 - uses : actions/checkout@v4
88 - run : npm i -fg corepack && corepack enable
99 - uses : actions/setup-node@v4
10- with : { node-version: lts/*, cache: ' pnpm' }
10+ with : { node-version: lts/*, cache: " pnpm" }
1111 - uses : denoland/setup-deno@v2
1212 with : { deno-version: v2.x }
1313 - run : pnpm install
Original file line number Diff line number Diff line change 99 with : { fetch-depth: 0 }
1010 - run : npm i -fg corepack && corepack enable
1111 - uses : actions/setup-node@v4
12- with : { node-version: lts/*, cache: ' pnpm' }
12+ with : { node-version: lts/*, cache: " pnpm" }
1313 - run : pnpm install
1414 - run : pnpm changelogen --bump --canary nightly
1515 - run : npm publish --tag latest
You can’t perform that action at this time.
0 commit comments