Skip to content

Commit ab8ae85

Browse files
authored
chore: add dependency overrides for various packages in pnpm workspace (#819)
* chore: add dependency overrides for various packages in pnpm workspace * chore: add dependency overrides for various packages in pnpm workspace * chore: Added nvmrc file * chore: Remove breaking deps * chore: update Playwright image version and remove Vitest configuration settings
1 parent acc3047 commit ab8ae85

File tree

5 files changed

+287
-686
lines changed

5 files changed

+287
-686
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
if: ${{ needs.check_changes.outputs.exists == 'true' }}
137137
runs-on: ubuntu-latest
138138
container:
139-
image: mcr.microsoft.com/playwright:v1.54.1-noble
139+
image: mcr.microsoft.com/playwright:v1.56.1-noble
140140
options: --user 1001
141141
steps:
142142
- uses: actions/checkout@v4

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

0 commit comments

Comments
 (0)