We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5670b42 commit 8ebcf1bCopy full SHA for 8ebcf1b
.circleci/config.yml
@@ -3,10 +3,10 @@ version: 2.1
3
var_1: &cache_key yarn-cache-{{ checksum "yarn.lock" }}
4
var_2: &run_in_node
5
docker:
6
- - image: circleci/node:12.9.1
+ - image: circleci/node:16.13
7
var_3: &run_in_browser
8
9
- - image: circleci/node:12.9.1-browsers
+ - image: circleci/node:16.13-browsers
10
11
jobs:
12
install:
@@ -16,7 +16,7 @@ jobs:
16
- restore_cache:
17
keys:
18
- *cache_key
19
- - run: yarn --frozen-lockfile --non-interactive
+ - run: yarn --prefer-offline --frozen-lockfile --non-interactive
20
- save_cache:
21
key: *cache_key
22
paths:
0 commit comments