Skip to content

Commit

Permalink
fix: benchmark dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Oct 23, 2023
1 parent c820531 commit 62767bc
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 99 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:

- name: Install Dependencies
run: npm ci

- name: Install browsers
run: npx playwright install

- name: Build the project
run: npm run build
Expand Down
197 changes: 98 additions & 99 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"playwright-extra": "^4.3.5",
"puppeteer": "^21.0.0",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"puppeteer-extra-plugin-user-preferences": "^2.4.1",
"rimraf": "^5.0.0",
"semver": "^7.3.8",
"ts-jest": "^28.0.3",
Expand Down

0 comments on commit 62767bc

Please sign in to comment.