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

Commit 60d9399

Browse files
committed
bump node versions
1 parent fa6bd93 commit 60d9399

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ jobs:
33
build:
44
working_directory: ~/app
55
docker:
6-
- image: circleci/node:8.9.4
6+
- image: circleci/node:8.10.0
77
steps:
88
- checkout
99
- restore_cache:
10-
keys:
10+
keys:
1111
# Find a cache corresponding to this specific package.json checksum
1212
# when this file is changed, this key will fail
1313
- v1-npm-deps-{{ arch }}-{{ checksum "yarn.lock" }}
1414
# Find the most recent cache used from any branch
1515
- v1-npm-deps-{{ arch }} # used if above checksum fails
1616
- run: yarn
1717
- save_cache:
18-
key: v1-npm-deps-{{ arch }}-{{ checksum "yarn.lock" }}
19-
paths:
20-
- node_modules
18+
key: v1-npm-deps-{{ arch }}-{{ checksum "yarn.lock" }}
19+
paths:
20+
- node_modules
2121
- run: yarn run check

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "tape plugins/**/*.test.js"
1414
},
1515
"engines": {
16-
"node": ">=8.9.0"
16+
"node": ">=8.10.0"
1717
},
1818
"keywords": [
1919
"stylelint",

0 commit comments

Comments
 (0)