yarn in CI tuning
This commit is contained in:
parent
5621567af2
commit
fd6c4ae1de
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -21,12 +21,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: yarn --frozen-lockfile
|
||||||
- name: Turbo run
|
- name: Turbo run
|
||||||
run: npx turbo run build test lint bundle
|
run: npx turbo run build test lint bundle
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user