Skip to content

Commit 86282a2

Browse files
authored
ci: run tests on Node.js v20 (#108)
1 parent 86f2f8d commit 86282a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [ubuntu-latest]
27-
node: [19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
27+
node: [20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
2828
include:
2929
- os: windows-latest
3030
node: "12.x"

0 commit comments

Comments
 (0)