Skip to content

Commit

Permalink
ci: add linux playwright hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dy0gu committed Sep 13, 2024
1 parent 653e288 commit d9411bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache: npm
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci
run: npm install --ignore-platform
- name: Analyze types
run: npm run typecheck
- name: Run Playwright tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"check:fix": "biome check --write"
},
"dependencies": {
"@playwright/test": "~1.46.1",
"@playwright/test": "^1.47.1",
"@remix-run/dev": "^2.12.0",
"@remix-run/node": "^2.12.0",
"@remix-run/react": "^2.12.0",
Expand Down

0 comments on commit d9411bc

Please sign in to comment.