Skip to content

Commit a32a848

Browse files
authored
Merge pull request #1694 from db-ux-design-system/fix-bundler
fix: issue with bundler
2 parents 897a979 + d0fa74e commit a32a848

21 files changed

+16
-17
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
4949
needs: [build-examples]
5050
container:
51-
image: mcr.microsoft.com/playwright:v1.49.0
51+
image: mcr.microsoft.com/playwright:v1.50.1
5252
steps:
5353
- name: ⬇ Checkout repo
5454
uses: actions/checkout@v4

e2e/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.49.0 as playwright
1+
FROM mcr.microsoft.com/playwright:v1.50.1 as playwright
22

33
COPY e2e /e2e
44
COPY build/ build/
2.92 KB
Loading
1.44 KB
Loading
Loading
Loading
1.75 KB
Loading
2.92 KB
Loading
1.44 KB
Loading
1.59 KB
Loading

0 commit comments

Comments
 (0)