Skip to content

Commit eaa4ebc

Browse files
authored
Pin Playwright (#682)
1 parent 5e27674 commit eaa4ebc

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

.drone.yml

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ steps:
2323
image: node:18
2424
commands:
2525
- npm ci
26-
- npx playwright install chromium --with-deps
2726
- npm run build
2827
- npm run lint
2928
- npm run test

ingest-service.dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Build stage
22
FROM node:18
33

4-
# Install Playwright with dependencies
5-
RUN npx playwright install chromium --with-deps
6-
74
WORKDIR /bin
85
COPY . ./
96
RUN npm install lerna
107
RUN npm run bootstrap -- --scope='{mongodb-rag-core,mongodb-rag-ingest,ingest-mongodb-public}'
118
RUN npm run build -- --scope='{mongodb-rag-core,mongodb-rag-ingest,ingest-mongodb-public}'
129

10+
# Install Playwright with dependencies
11+
RUN npx playwright install chromium --with-deps
12+
1313
# Add git for GitDataSource
1414
RUN apt-get update && apt-get install -y git
1515

package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ingest-mongodb-public/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"typescript": "^5"
5050
},
5151
"dependencies": {
52-
"@playwright/test": "^1.50.1",
52+
"@playwright/test": "1.51.1",
5353
"cheerio": "^1.0.0",
5454
"common-tags": "^1.8.2",
5555
"docdoctor": "^0.1.2",

0 commit comments

Comments
 (0)