kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
67822be4ec
commit
d7e8a8f10a
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue