cache yarn between gh actions runs
This commit is contained in:
parent
5940f70005
commit
84185c947b
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
uses: actions/setup-node@master
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: yarn
|
||||
- name: Install dependencies
|
||||
run: yarn install --prod --pure-lockfile
|
||||
- name: Lint
|
||||
|
Loading…
x
Reference in New Issue
Block a user