yarn in CI tuning

This commit is contained in:
Vyacheslav Matyukhin 2022-10-08 19:55:57 +04:00
parent 5621567af2
commit fd6c4ae1de
No known key found for this signature in database
GPG Key ID: 3D2A774C5489F96C

View File

@ -21,12 +21,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- name: Install dependencies
run: yarn
run: yarn --frozen-lockfile
- name: Turbo run
run: npx turbo run build test lint bundle