Skip to content

Commit

Permalink
Update Lighthouse NPM dependencies (#2024)
Browse files Browse the repository at this point in the history
* Update Lighthouse NPM dependencies

* Use `npm ci`
  • Loading branch information
MackinnonBuck authored Oct 16, 2024
1 parent 958bf20 commit c8acb90
Show file tree
Hide file tree
Showing 3 changed files with 1,333 additions and 608 deletions.
2 changes: 1 addition & 1 deletion src/BenchmarksApps/Lighthouse/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update \
&& apt-get clean

# Install node packages
RUN npm install
RUN npm ci

ENV SCENARIO_SCRIPT=
ENV SCENARIO_SCRIPT_ARGS=
Expand Down
Loading

0 comments on commit c8acb90

Please # to comment.