File tree 2 files changed +4
-1
lines changed
.github/actions/setup-node 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 13
13
- name : Install node_modules
14
14
shell : bash
15
15
run : ./scripts/yarn_install.sh
16
+ - name : Install depcheck
17
+ shell : bash
18
+ run : npm install -g depcheck
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ RUN apt-get update && \
191
191
google-chrome-stable microsoft-edge-beta && \
192
192
# Pre-install system dependencies that Playwright needs. npx doesn't work here
193
193
# for some reason. See https://github.com/microsoft/playwright-cli/issues/136
194
- npm i -g playwright@1.19.1 && playwright install-deps
194
+ npm i -g playwright@1.19.1 && playwright install-deps depcheck
195
195
196
196
# Ensure PostgreSQL binaries are in the users $PATH.
197
197
RUN update-alternatives --install /usr/local/bin/initdb initdb /usr/lib/postgresql/13/bin/initdb 100 && \
You can’t perform that action at this time.
0 commit comments