File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 node-version : 20
2121 cache : pnpm
2222
23- - run : pnpm ci --prefer-offline --no-audit --no-fund
23+ - run : pnpm install --prod --prefer-offline --frozen-lockfile
2424 - run : pnpm run build
2525 - run : pnpm run lint
Original file line number Diff line number Diff line change 5353 node-version : 20
5454 cache : pnpm
5555
56- - run : pnpm ci --prefer-offline --no-audit --no-fund
56+ - run : pnpm install --prod --prefer-offline --frozen-lockfile
5757 - run : pnpm audit signatures
5858
5959 - uses : changesets/action@v1
Original file line number Diff line number Diff line change 3232 node-version : ${{ matrix.node-version }}
3333 cache : pnpm
3434
35- - run : pnpm ci --prefer-offline --no-audit --no-fund
35+ - run : pnpm install --prod --prefer-offline --frozen-lockfile
3636 - run : pnpm run build
3737
3838 - run :
You can’t perform that action at this time.
0 commit comments