Skip to content

Commit 0f8cc83

Browse files
authored
Merge pull request #7 from github/smockle/nvda-test
feat: Test `priority: "important"` notifications in NVDA using Guidepup
2 parents e4db31e + 0f87504 commit 0f8cc83

File tree

6 files changed

+204
-229
lines changed

6 files changed

+204
-229
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
node-version: 22
2020
registry-url: https://registry.npmjs.org/
2121
cache: npm
22-
- run: npm ci
22+
- run: npm ci --legacy-peer-deps
2323
- run: npm test
2424
- run: npm version ${TAG_NAME} --git-tag-version=false
2525
env:

0 commit comments

Comments
 (0)