Skip to content
This repository was archived by the owner on Oct 1, 2020. It is now read-only.

Commit c2f0730

Browse files
committed
use node/with-cache
1 parent 82ff94b commit c2f0730

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

circle.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ jobs:
1111

1212
steps:
1313
- checkout
14-
- run:
15-
name: Yarn install
16-
command: yarn install --frozen-lockfile
14+
- node/with-cache:
15+
steps:
16+
- run:
17+
name: Yarn install
18+
command: yarn install --frozen-lockfile
1719
- run:
1820
name: Lint code
1921
command: npm run lint

0 commit comments

Comments
 (0)