Skip to content

Commit

Permalink
Update installation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuyui committed Oct 26, 2023
1 parent e0abc28 commit 7004b3c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install dependencies
run: |
pnpm install
pnpm dlx playwright install --with-deps
pnpm exec playwright install --with-deps
- name: Lint
run: pnpm lint
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"playwright": "^1.24.2",
"sleep-promise": "^9.0.0",
"playwright": "^1.39.0",
"sleep-promise": "^9.1.0",
"with-defer": "^1.0.0",
"yargs": "^17.5.1"
"yargs": "^17.7.2"
},
"scripts": {
"build": "tsc",
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

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

0 comments on commit 7004b3c

Please sign in to comment.