Skip to content

Commit

Permalink
Merge #11490
Browse files Browse the repository at this point in the history
11490: Limit NodeJS to 19.1 r=Frassle a=Frassle

<!--- 
Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. -->

Workaround for #11488

Co-authored-by: Fraser Waters <fraser@pulumi.com>
  • Loading branch information
bors[bot] and Frassle committed Nov 30, 2022
2 parents e43e98e + f9a42fd commit 87b18a6
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 87b18a6

Please sign in to comment.