Skip to content

Commit

Permalink
attempt to force playwright @ 1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Nov 21, 2022
1 parent 2e5fd77 commit 7f091b3
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
4 changes: 2 additions & 2 deletions apps/ledger-live-desktop/package.json
Expand Up @@ -165,7 +165,7 @@
"@bunchtogether/vite-plugin-flow": "^1.0.2",
"@mapbox/node-pre-gyp": "^1.0.8",
"@octokit/rest": "^18.12.0",
"@playwright/test": "1.22.2",
"@playwright/test": "1.27.1",
"@sentry/cli": "^2.5.2",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
Expand Down Expand Up @@ -225,7 +225,7 @@
"listr-verbose-renderer": "^0.6.0",
"native-modules-tools": "workspace:*",
"nyc": "^15.1.0",
"playwright": "1.22.2",
"playwright": "1.27.1",
"prebuild-install": "^7.0.0",
"prettier": "^1.19.1",
"react-refresh": "^0.11.0",
Expand Down
31 changes: 16 additions & 15 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tools/actions/composites/test-desktop/action.yml
Expand Up @@ -15,7 +15,7 @@ runs:
run: pnpm i --filter="ledger-live-desktop..." --filter="ledger-live" --frozen-lockfile --unsafe-perm
shell: bash
- name: Install playwright dependencies
run: npx playwright install --with-deps chromium
run: npx playwright@1.27.1 install --with-deps chromium
shell: bash
- name: Build dependencies
env:
Expand Down
Expand Up @@ -15,7 +15,7 @@ runs:
run: pnpm i --filter="ledger-live-desktop..." --filter="ledger-live" --frozen-lockfile --unsafe-perm
shell: bash
- name: Install playwright dependencies
run: npx playwright install --with-deps chromium
run: npx playwright@1.27.1 install --with-deps chromium
shell: bash
- name: Build dependencies
env:
Expand Down

0 comments on commit 7f091b3

Please sign in to comment.