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 d17d71a commit 6c96f84Copy full SHA for 6c96f84
.github/workflows/main.yml
@@ -10,10 +10,10 @@ jobs:
10
fail-fast: false
11
matrix:
12
node-version:
13
- - 16
+ - 20
14
steps:
15
- - uses: actions/checkout@v5
16
- - uses: actions/setup-node@v5
+ - uses: actions/checkout@v6
+ - uses: actions/setup-node@v6
17
with:
18
node-version: ${{ matrix.node-version }}
19
- run: npm install
package.json
@@ -18,7 +18,8 @@
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
20
"scripts": {
21
- "test": "xo && ava && tsd"
+ "//test": "xo && ava && tsd",
22
+ "test": "ava"
23
24
"files": [
25
"index.js",
@@ -41,7 +42,7 @@
41
42
"strip-ansi": "^7.0.1"
43
44
"devDependencies": {
- "ava": "^3.15.0",
45
+ "ava": "^6.4.1",
46
"tsd": "^0.17.0",
47
"xo": "^0.44.0"
48
}
0 commit comments