Use yarn cache in frontend deployment

This commit is contained in:
Benji Grant 2023-06-11 00:27:06 +10:00
parent 98b79d2058
commit 8578afcf48

View file

@ -23,6 +23,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache-dependency-path: '**/yarn.lock'
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information