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

Commit c896633

Browse files
author
Steffan
committed
update CircleCI
1 parent f9f9092 commit c896633

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
defaults: &defaults
44
docker:
5-
- image: circleci/node:9-browsers
5+
- image: circleci/node:10-browsers
66
environment:
77
CHROME_BIN: /usr/bin/google-chrome
88
working_directory: ~/vue-event-manager
@@ -19,13 +19,13 @@ jobs:
1919
key: yarn-{{ checksum "yarn.lock" }}
2020
- run:
2121
name: Install Dependencies
22-
command: yarn install --pure-lockfile --cache-folder ~/.yarn
22+
command: yarn install --pure-lockfile
2323
- save_cache:
2424
key: yarn-{{ checksum "yarn.lock" }}
2525
paths:
26-
- ~/.yarn
26+
- ./node_modules
2727
- run:
28-
name: Lint JavaScript
28+
name: Run ESLint
2929
command: yarn eslint
3030
- run:
3131
name: Run Tests

0 commit comments

Comments
 (0)