diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0154554..bcc9d5c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/package.json b/package.json index bf8a532..70a3917 100644 --- a/package.json +++ b/package.json @@ -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",