Skip to content

Commit c8acb90

Browse files
Update Lighthouse NPM dependencies (#2024)
* Update Lighthouse NPM dependencies * Use `npm ci`
1 parent 958bf20 commit c8acb90

File tree

3 files changed

+1333
-608
lines changed

3 files changed

+1333
-608
lines changed

src/BenchmarksApps/Lighthouse/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update \
1515
&& apt-get clean
1616

1717
# Install node packages
18-
RUN npm install
18+
RUN npm ci
1919

2020
ENV SCENARIO_SCRIPT=
2121
ENV SCENARIO_SCRIPT_ARGS=

0 commit comments

Comments
 (0)