We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49d33f3 + 073eb9c commit 42d646bCopy full SHA for 42d646b
.github/actions/npm-cache/action.yml
@@ -16,7 +16,7 @@ runs:
16
node --version
17
npm --version
18
19
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
20
id: "npm-cache" # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
21
with:
22
path: "./node_modules"
.pa11yci
@@ -1,7 +1,13 @@
1
{
2
"defaults": {
3
"timeout": 10000,
4
- "wait": 2000
+ "wait": 2000,
5
+ "ignore": [
6
+ "WCAG2AA.Principle1.Guideline1_4.1_4_3.G18.Fail"
7
+ ],
8
+ "chromeLaunchConfig": {
9
+ "executablePath": "/usr/bin/google-chrome"
10
+ }
11
},
12
"urls": [
13
"http://127.0.0.1:8080/patterns/base-colors/index.html",
0 commit comments