File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 with :
1919 node-version : ${{ env.NODE_VERSION }}
2020 cache : pnpm
21- - run : corepack enable && pnpm install --frozen-lockfile
21+ - run : corepack enable && corepack install && pnpm install --frozen-lockfile
2222 - run : pnpm run typecheck
2323
2424 test :
2929 with :
3030 node-version : ${{ env.NODE_VERSION }}
3131 cache : pnpm
32- - run : corepack enable && pnpm install --frozen-lockfile
32+ - run : corepack enable && corepack install && pnpm install --frozen-lockfile
3333 - run : pnpm run test:ci
3434
3535 benchmark :
4141 with :
4242 node-version : ${{ env.NODE_VERSION }}
4343 cache : pnpm
44- - run : corepack enable && pnpm install --frozen-lockfile
44+ - run : corepack enable && corepack install && pnpm install --frozen-lockfile
4545 - run : pnpm exec tsx bench/engine-bench.mts
4646 name : Engine Performance Benchmark (regression detection)
4747
5454 with :
5555 node-version : ${{ env.NODE_VERSION }}
5656 cache : pnpm
57- - run : corepack enable && pnpm install --frozen-lockfile
57+ - run : corepack enable && corepack install && pnpm install --frozen-lockfile
5858 - run : pnpm run build
You can’t perform that action at this time.
0 commit comments