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
|
uses: actions/setup-node@master
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
|
cache: yarn
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --prod --pure-lockfile
|
run: yarn install --prod --pure-lockfile
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user