Skip to content

Commit f7779c0

Browse files
fix: ensure can use correct peer dep range
1 parent 6037b5f commit f7779c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-nvda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 20
2121
- name: Guidepup Setup
22-
uses: guidepup/setup-action@0.17.0
22+
uses: guidepup/setup-action@0.17.2
2323
with:
2424
record: true
2525
- run: yarn install --frozen-lockfile

.github/workflows/test-voiceover.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: 20
2121
- name: Guidepup Setup
22-
uses: guidepup/setup-action@0.17.0
22+
uses: guidepup/setup-action@0.17.2
2323
with:
2424
record: true
2525
- run: yarn install --frozen-lockfile

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guidepup/playwright",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "Screen reader driver for Playwright tests.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -56,7 +56,7 @@
5656
"typescript": "^5.6.2"
5757
},
5858
"peerDependencies": {
59-
"@guidepup/guidepup": "^0.22.1",
59+
"@guidepup/guidepup": ">=0.22.1",
6060
"@playwright/test": "^1.40.1"
6161
},
6262
"resolutions": {

0 commit comments

Comments
 (0)