Skip to content

Commit ba6e43b

Browse files
authored
Test on Node.js 20 (#312)
1 parent accd304 commit ba6e43b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13+
- 20
1314
- 18
1415
- 16
1516
- 14

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"@types/node": "^18.15.10",
6363
"ava": "^5.2.0",
6464
"tsd": "^0.28.0",
65-
"xo": "^0.53.1"
65+
"xo": "^0.54.2"
6666
}
6767
}

0 commit comments

Comments
 (0)