Skip to content

Commit

Permalink
Merge #11076
Browse files Browse the repository at this point in the history
11076: ci: Begin testing against node 19.x r=AaronFriel a=AaronFriel

Node 19 is released: https://nodejs.org/en/blog/announcements/v19-release-announce/

Co-authored-by: Aaron Friel <mayreply@aaronfriel.com>
  • Loading branch information
bors[bot] and AaronFriel committed Oct 21, 2022
2 parents 5562de4 + a1a8c86 commit 2a17930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-job-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class MakefileTest(TypedDict):
"name": "current",
"dotnet": "6.0.x",
"go": "1.19.x",
"nodejs": "18.x",
"nodejs": "19.x",
"python": "3.10.x",
}

Expand Down

0 comments on commit 2a17930

Please sign in to comment.