We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1a907 commit 2ac440aCopy full SHA for 2ac440a
.github/workflows/test_widget.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
run_install: |
24
- cwd: tests-widget
25
- version: 9
+ package_json_file: tests-widget/package.json
26
- name: Install Playwright Browsers
27
run: pnpm exec playwright install --with-deps
28
working-directory: ./tests-widget
tests-widget/package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "tests-widget",
3
+ "packageManager": "[email protected]",
4
"private": true,
5
"version": "1.0.0",
6
"description": "",
0 commit comments