diff --git a/.github/workflows/test-nvda.yml b/.github/workflows/test-nvda.yml index 6ba4456..b386b36 100644 --- a/.github/workflows/test-nvda.yml +++ b/.github/workflows/test-nvda.yml @@ -19,7 +19,7 @@ jobs: with: node-version: 20 - name: Guidepup Setup - uses: guidepup/setup-action@0.17.0 + uses: guidepup/setup-action@0.17.2 with: record: true - run: yarn install --frozen-lockfile diff --git a/.github/workflows/test-voiceover.yml b/.github/workflows/test-voiceover.yml index c2321c8..dff0c85 100644 --- a/.github/workflows/test-voiceover.yml +++ b/.github/workflows/test-voiceover.yml @@ -19,7 +19,7 @@ jobs: with: node-version: 20 - name: Guidepup Setup - uses: guidepup/setup-action@0.17.0 + uses: guidepup/setup-action@0.17.2 with: record: true - run: yarn install --frozen-lockfile diff --git a/package.json b/package.json index a3f1ce0..7bba84c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@guidepup/playwright", - "version": "0.14.1", + "version": "0.14.2", "description": "Screen reader driver for Playwright tests.", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -56,7 +56,7 @@ "typescript": "^5.6.2" }, "peerDependencies": { - "@guidepup/guidepup": "^0.22.1", + "@guidepup/guidepup": ">=0.22.1", "@playwright/test": "^1.40.1" }, "resolutions": {