Skip to content

Commit 5e34f2a

Browse files
fix: pull in patch to resolve Sonoma issues
1 parent e720964 commit 5e34f2a

File tree

6 files changed

+14
-35
lines changed

6 files changed

+14
-35
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
strategy:
1515
matrix:
16-
os: [macos-11, macos-12, macos-13]
16+
os: [macos-11, macos-12, macos-13, macos-14]
1717
record: [true, false]
1818
ignoreTccDb: [true, false]
1919
steps:
@@ -33,30 +33,6 @@ jobs:
3333
path: |
3434
**/recordings/**/*
3535
36-
test-macos-14:
37-
runs-on: ${{ matrix.os }}
38-
strategy:
39-
matrix:
40-
os: [macos-14]
41-
record: [true, false]
42-
ignoreTccDb: [true]
43-
steps:
44-
- uses: actions/checkout@v3
45-
- uses: actions/setup-node@v3
46-
with:
47-
node-version: 20
48-
- name: Guidepup Setup
49-
uses: ./
50-
with:
51-
record: ${{ matrix.record }}
52-
ignoreTccDb: ${{ matrix.ignoreTccDb }}
53-
- uses: actions/upload-artifact@v3
54-
if: always()
55-
with:
56-
name: artifacts
57-
path: |
58-
**/recordings/**/*
59-
6036
test-windows:
6137
runs-on: ${{ matrix.os }}
6238
strategy:

node_modules/.yarn-integrity

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@guidepup/setup/lib/macOS/updateTccDb.js

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@guidepup/setup/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guidepup/setup-action",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"description": "GitHub Action to setup your environment for screen reader test automation.",
55
"main": "index.js",
66
"author": "Craig Morten <[email protected]>",
@@ -23,6 +23,6 @@
2323
"dependencies": {
2424
"@actions/core": "^1.10.1",
2525
"@actions/exec": "^1.1.1",
26-
"@guidepup/setup": "^0.15.1"
26+
"@guidepup/setup": "^0.15.2"
2727
}
2828
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
semver "^7.3.8"
5050
shelljs "^0.8.5"
5151

52-
"@guidepup/setup@^0.15.1":
53-
version "0.15.1"
54-
resolved "https://registry.yarnpkg.com/@guidepup/setup/-/setup-0.15.1.tgz#66aa64611e2b42f0e26ac05768c1624c5e8e8f3f"
55-
integrity sha512-FkTmyrnpvtoPCGXKdjdVWGu0KtHJg/KST2spjU9EJhj50S0wMyeLNfgMQ6k8tSQN4zY0d/a1Avh8A9N4bPQm/w==
52+
"@guidepup/setup@^0.15.2":
53+
version "0.15.2"
54+
resolved "https://registry.yarnpkg.com/@guidepup/setup/-/setup-0.15.2.tgz#9186d4b2f7f3e574143634aad4e1307bce97539c"
55+
integrity sha512-G8YgBvtXn4u6sCyjF77wGaH8qTBm88un3UYBYPIeevXpjEr25bmE/+Pf3/7hgff2pfDiNXJuJv81kdqU7HAE7w==
5656
dependencies:
5757
"@guidepup/guidepup" "^0.22.0"
5858
chalk "^4.0.0"

0 commit comments

Comments
 (0)