We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7f0a1 commit f8e40b7Copy full SHA for f8e40b7
.circleci/config.yml
@@ -5,7 +5,7 @@ var_1: &cache_key yarn-cache-{{ checksum "yarn.lock" }}
5
jobs:
6
lint:
7
docker:
8
- - image: circleci/node:7.10
+ - image: circleci/node:8.9.0
9
steps:
10
- checkout
11
- restore_cache:
0 commit comments