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 53e059d commit 03d7ab1Copy full SHA for 03d7ab1
.github/workflows/main.yml
@@ -10,10 +10,11 @@ jobs:
10
fail-fast: false
11
matrix:
12
node-version:
13
- - 16
+ - 24
14
+ - 20
15
steps:
- - uses: actions/checkout@v4
16
- - uses: actions/setup-node@v4
+ - uses: actions/checkout@v6
17
+ - uses: actions/setup-node@v6
18
with:
19
node-version: ${{ matrix.node-version }}
20
- run: npm install
package.json
@@ -52,8 +52,8 @@
52
"ansi-regex": "^6.2.2"
53
},
54
"devDependencies": {
55
- "ava": "^3.15.0",
56
- "tsd": "^0.17.0",
57
- "xo": "^0.44.0"
+ "ava": "^6.4.1",
+ "tsd": "^0.33.0",
+ "xo": "^1.2.3"
58
}
59
0 commit comments