There was an error while loading. Please reload this page.
1 parent d0e08a8 commit 1d8c446Copy full SHA for 1d8c446
2 files changed
.github/workflows/main.yml
@@ -10,12 +10,11 @@ jobs:
10
fail-fast: false
11
matrix:
12
node-version:
13
+ - 20
14
- 18
- - 16
15
- - 14
16
steps:
17
- - uses: actions/checkout@v3
18
- - uses: actions/setup-node@v3
+ - uses: actions/checkout@v4
+ - uses: actions/setup-node@v4
19
with:
20
node-version: ${{ matrix.node-version }}
21
- run: npm install
package.json
@@ -41,13 +41,13 @@
41
],
42
"dependencies": {
43
"ansi-styles": "^6.2.1",
44
- "is-fullwidth-code-point": "^4.0.0"
+ "is-fullwidth-code-point": "^5.0.0"
45
},
46
"devDependencies": {
47
- "ava": "^5.2.0",
48
- "chalk": "^5.2.0",
+ "ava": "^5.3.1",
+ "chalk": "^5.3.0",
49
"random-item": "^4.0.1",
50
- "strip-ansi": "^7.0.1",
51
- "xo": "^0.53.1"
+ "strip-ansi": "^7.1.0",
+ "xo": "^0.56.0"
52
}
53
0 commit comments