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.
1 parent 1bf6b70 commit d2f7326Copy full SHA for d2f7326
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
11
- node: ["16", "18", "20"]
+ node: ["18", "20", "22"]
12
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
13
steps:
14
- uses: actions/checkout@v3
package.json
@@ -25,15 +25,17 @@
25
"files": [
26
"./test/*.js"
27
],
28
- "ignoredByWatcher": [
29
- "./test/stubs/**"
30
- ]
+ "watchMode": {
+ "ignoreChanged": [
+ "./test/stubs/**"
31
+ ]
32
+ }
33
},
34
"devDependencies": {
- "@sindresorhus/is": "^4.6.0",
- "ava": "^5.3.1"
35
+ "@sindresorhus/is": "^7.0.1",
36
+ "ava": "^6.2.0"
37
38
"dependencies": {
- "@11ty/eleventy-utils": "^1.0.2"
39
+ "@11ty/eleventy-utils": "^2.0.1"
40
}
41
0 commit comments