Skip to content

Commit

Permalink
fix: ensure new NVDA cert is trusted
Browse files Browse the repository at this point in the history
  • Loading branch information
jlp-craigmorten committed Nov 30, 2024
1 parent 64d03d8 commit 7fccbcc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions node_modules/@guidepup/setup/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidepup/setup-action",
"version": "0.17.1",
"version": "0.17.2",
"description": "GitHub Action to setup your environment for screen reader test automation.",
"main": "index.js",
"author": "Craig Morten <[email protected]>",
Expand All @@ -23,6 +23,6 @@
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@guidepup/setup": "^0.19.1"
"@guidepup/setup": "^0.19.2"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
dependencies:
ffmpeg-static "^5.2.0"

"@guidepup/setup@^0.19.1":
version "0.19.1"
resolved "https://registry.yarnpkg.com/@guidepup/setup/-/setup-0.19.1.tgz#4fcbe433ea65f3fe5796e42b7ac0fa1c34081b35"
integrity sha512-UGDo2+6eXmcfAGJdaLVm+BV7PBmaLo02Gxw+6YIaXnlUMo2RtPtd/n200VEbtBgpft6gjCAPOofclJjuo2MFGQ==
"@guidepup/setup@^0.19.2":
version "0.19.2"
resolved "https://registry.yarnpkg.com/@guidepup/setup/-/setup-0.19.2.tgz#a0a9fa0dfdb7519f603b4278cc5ba48e4b77b147"
integrity sha512-5R6+egxYyx6i7bT/dW91bWYQgrgLf1oB7qHj6AWFvuVZNeqLBu2uTVcMlgd3c32CESQ0zJxQvhSYcMoGuKYNRg==
dependencies:
"@guidepup/guidepup" "^0.24.0"
"@guidepup/record" "^0.1.0"
Expand Down

0 comments on commit 7fccbcc

Please sign in to comment.