Skip to content

Commit f57eff2

Browse files
authored
ci: run tests on Node.js v20 (#17093)
* ci: run tests on Node.js v20 * ci: add node v17 & v19
1 parent 1fea279 commit f57eff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
os: [ubuntu-latest]
48-
node: [19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
48+
node: [20.x, 19.x, 18.x, 17.x, 16.x, 14.x, 12.x, "12.22.0"]
4949
include:
5050
- os: windows-latest
5151
node: "lts/*"

0 commit comments

Comments
 (0)