Chore: docusaurus ci move to yarn cache (#204)

Co-authored-by: Hien To <tominhhien97@gmail.com>
This commit is contained in:
hiento09 2023-09-25 18:17:53 +07:00 committed by GitHub
parent 85470f1e9d
commit c7cb9d994f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,8 +19,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
cache-dependency-path: './docs/package-lock.json'
cache: 'yarn'
cache-dependency-path: './docs/yarn.lock'
- name: Install dependencies
run: yarn install