mirror: A fast canonicalisation utility for stable object equality
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update ci things

Marais Rossouw (Jun 27, 2023, 6:14 PM +1000) a98de501 2216d58e

+6 -13
+6 -13
.github/workflows/ci.yml
··· 16 16 - uses: actions/checkout@main 17 17 18 18 - name: (env) setup pnpm 19 - uses: pnpm/action-setup@v2.2.4 19 + uses: pnpm/action-setup@master 20 20 with: 21 - version: 8.5.1 21 + version: 8.6.5 22 22 23 23 - name: (env) setup node v${{ matrix.node }} 24 24 uses: actions/setup-node@main ··· 27 27 cache: pnpm 28 28 check-latest: true 29 29 30 - - name: Install 31 - run: pnpm install 32 - 33 - - name: Compiles 34 - run: pnpm run build 35 - 36 - - name: Test 37 - run: pnpm run test 38 - 39 - - name: Check Types 40 - run: pnpm run typecheck 30 + - run: pnpm install --ignore-scripts 31 + - run: pnpm run build 32 + - run: pnpm run test 33 + - run: pnpm run typecheck