Skip to content

Commit f2e914e

Browse files
Additional npm i to npm ci (plotly#643)
1 parent 5d719c8 commit f2e914e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/dash-table/.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
124124
"visual-test":
125125
docker:
126-
- image: circleci/node:8.11.3-browsers
126+
- image: circleci/node:10-browsers
127127

128128
steps:
129129
- checkout
@@ -133,7 +133,7 @@ jobs:
133133

134134
- run:
135135
name: Install package.json
136-
command: npm i
136+
command: npm ci
137137

138138
- save_cache:
139139
key: deps1-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}
@@ -165,7 +165,7 @@ jobs:
165165

166166
- run:
167167
name: Install package.json
168-
command: npm i
168+
command: npm ci
169169

170170
- save_cache:
171171
key: deps1-{{ .Branch }}-{{ checksum "package-lock.json" }}-{{ checksum "package.json" }}

0 commit comments

Comments
 (0)