Skip to content

Commit 42d646b

Browse files
authored
Merge branch 'main' into refactor-updated-github-actions
2 parents 49d33f3 + 073eb9c commit 42d646b

File tree

4 files changed

+73
-332
lines changed

4 files changed

+73
-332
lines changed

.github/actions/npm-cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ runs:
1616
node --version
1717
npm --version
1818
19-
- uses: actions/cache@v3
19+
- uses: actions/cache@v4
2020
id: "npm-cache" # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
2121
with:
2222
path: "./node_modules"

.pa11yci

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"defaults": {
33
"timeout": 10000,
4-
"wait": 2000
4+
"wait": 2000,
5+
"ignore": [
6+
"WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail"
7+
],
8+
"chromeLaunchConfig": {
9+
"executablePath": "/usr/bin/google-chrome"
10+
}
511
},
612
"urls": [
713
"http://127.0.0.1:8080/patterns/base-colors/index.html",

0 commit comments

Comments
 (0)