File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2222 with :
2323 node-version-file : .node-version
24- package-manager-cache : false
25- - run : npm install -g pnpm@latest-10
24+ - run : npm install -g corepack
25+ - run : corepack enable
2626 - run : pnpm i
2727 - run : pnpm build
2828 - uses : int128/release-typescript-action@514bf658b30e4ffb0fa2d7b3f125c6805364edfe # v1.59.0
Original file line number Diff line number Diff line change 2727 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2828 with :
2929 node-version-file : .node-version
30- package-manager-cache : false
31- - run : npm install -g pnpm@latest-10
30+ - run : npm install -g corepack
31+ - run : corepack enable
3232 - run : pnpm i
3333 - run : pnpm run test
3434 - run : pnpm run build
4949 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
5050 with :
5151 node-version-file : .node-version
52- package-manager-cache : false
53- - run : npm install -g pnpm@latest-10
52+ - run : npm install -g corepack
53+ - run : corepack enable
5454 - run : pnpm i
5555 - run : pnpm run check
5656 - uses : int128/update-generated-files-action@9a687cd12f9425997aba80e89b623e089a62b9d8 # v2.90.0
You can’t perform that action at this time.
0 commit comments