Skip to content

Commit

Permalink
Merge #12445
Browse files Browse the repository at this point in the history
12445: Unpin Node back to 19.x r=Frassle a=justinvp

Node v19.8.1 was just released with the upstream fix for the internal assert we were hitting. This change unpins us back to 19.x.

Fixes #12434

Co-authored-by: Justin Van Patten <jvp@justinvp.com>
  • Loading branch information
bors[bot] and justinvp committed Mar 15, 2023
2 parents 7a057ea + 4e84853 commit 96d4148
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 @@ -124,7 +124,7 @@ class MakefileTest(TypedDict):
"name": "current",
"dotnet": "7",
"go": "1.20.x",
"nodejs": "19.7.x",
"nodejs": "19.x",
"python": "3.10.x",
}

Expand Down

0 comments on commit 96d4148

Please sign in to comment.