Use yarn cache in frontend deployment
This commit is contained in:
parent
98b79d2058
commit
8578afcf48
5
.github/workflows/deploy_frontend.yml
vendored
5
.github/workflows/deploy_frontend.yml
vendored
|
|
@ -23,6 +23,11 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
|
cache: yarn
|
||||||
|
cache-dependency-path: '**/yarn.lock'
|
||||||
- name: Install Vercel CLI
|
- name: Install Vercel CLI
|
||||||
run: npm install --global vercel@latest
|
run: npm install --global vercel@latest
|
||||||
- name: Pull Vercel Environment Information
|
- name: Pull Vercel Environment Information
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue