Skip to content

Commit

Permalink
Limit NodeJS to 19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frassle committed Nov 30, 2022
1 parent e43e98e commit f9a42fd
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": "7",
"go": "1.19.x",
"nodejs": "19.x",
"nodejs": "19.1",
"python": "3.10.x",
}

Expand Down

0 comments on commit f9a42fd

Please sign in to comment.