mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 11:51:41 +03:00
Cache dependencies in CI (#1046)
This commit is contained in:
parent
0576588a1a
commit
54bcdac63e
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
@ -12,6 +12,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: 'lts/*'
|
||||||
|
cache: 'yarn'
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: yarn format:check
|
- run: yarn format:check
|
||||||
- run: yarn build:all
|
- run: yarn build:all
|
||||||
|
|
Loading…
Reference in New Issue
Block a user