Fixed build workflow.

This commit is contained in:
Hintay 2022-02-24 21:06:44 +08:00
parent e6344a6aab
commit 1b4abab47f
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D

View file

@ -39,7 +39,7 @@ jobs:
with: with:
node-version: '14.x' node-version: '14.x'
cache: 'yarn' cache: 'yarn'
cache-dependency-path: frontend/yarn.lock' cache-dependency-path: '**/yarn.lock'
- name: Install dependencies - name: Install dependencies
run: yarn install run: yarn install