pull/715/head
Travis Fischer 2025-06-12 05:55:28 +07:00
rodzic 67822be4ec
commit d7e8a8f10a
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -25,6 +25,8 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: 'pnpm' cache: 'pnpm'
- run: pnpm install --frozen-lockfile --strict-peer-dependencies
- name: Cache turbo build setup - name: Cache turbo build setup
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
@ -33,6 +35,5 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-${{ matrix.node-version }}-turbo- ${{ runner.os }}-${{ matrix.node-version }}-turbo-
- run: pnpm install --frozen-lockfile --strict-peer-dependencies
- run: pnpm build - run: pnpm build
- run: pnpm test - run: pnpm test