Skip to content

Commit 2ac440a

Browse files
committed
Update
1 parent 0b1a907 commit 2ac440a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test_widget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
run_install: |
2424
- cwd: tests-widget
25-
version: 9
25+
package_json_file: tests-widget/package.json
2626
- name: Install Playwright Browsers
2727
run: pnpm exec playwright install --with-deps
2828
working-directory: ./tests-widget

tests-widget/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "tests-widget",
3+
"packageManager": "[email protected]",
34
"private": true,
45
"version": "1.0.0",
56
"description": "",

0 commit comments

Comments
 (0)