Skip to content

Commit d6eb18e

Browse files
authored
chore: bump playwright version + fix image snapshot (#133)
1 parent b031eb9 commit d6eb18e

File tree

7 files changed

+27
-26
lines changed

7 files changed

+27
-26
lines changed
Loading

.e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"ui": "playwright test --ui"
1010
},
1111
"devDependencies": {
12-
"@playwright/test": "1.48.2"
12+
"@playwright/test": "1.51.1"
1313
}
1414
}

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: npm i -g --force corepack && corepack enable
2828
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
2929
with:
30-
node-version: 20
30+
node-version: lts/*
3131
cache: "pnpm"
3232

3333
- name: Install dependencies
@@ -44,7 +44,7 @@ jobs:
4444
- run: npm i -g --force corepack && corepack enable
4545
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
4646
with:
47-
node-version: 20
47+
node-version: lts/*
4848
cache: "pnpm"
4949

5050
- name: Install dependencies

.github/workflows/playwright.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
timeout-minutes: 60
1515
runs-on: ubuntu-latest
1616
container:
17-
image: mcr.microsoft.com/playwright:v1.48.2-focal
17+
image: mcr.microsoft.com/playwright:v1.51.1-noble
1818
steps:
1919
- uses: actions/checkout@v4
2020
- run: npm i -g --force corepack && corepack enable
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: lts/*
2424
cache: "pnpm"
2525

2626
- name: Install dependencies

examples/ui/tailwindcss/pages/index.vue

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
<div
44
class="max-w-sm rounded overflow-hidden shadow-lg mb-4 dark:bg-gray-900"
55
>
6+
<!-- Photo by Samuel Ferrara on https://unsplash.com/photos/aerial-photo-of-foggy-mountains-1527pjeb6jg?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash -->
67
<img
78
class="w-full"
8-
src="https://tailwindcss.com/img/card-top.jpg"
9+
src="/mountains.jpg"
910
alt="Sunset in the mountains"
1011
>
1112
<div class="px-6 py-4 pb-2">
49.1 KB
Loading

pnpm-lock.yaml

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)