mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +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:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 'lts/*'
|
||||
cache: 'yarn'
|
||||
- run: yarn install
|
||||
- run: yarn format:check
|
||||
- run: yarn build:all
|
||||
|
|
Loading…
Reference in New Issue
Block a user