Skip to content

Commit

Permalink
Updating version constraint for @tenderly/actions package. (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
g4ndr4 authored May 5, 2023
1 parent 585eeb3 commit b5733ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/util/packagejson/constraints.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ var runtimesToConstraints = map[string]*Constraints{
},
"V2": {
"axios": "!=1.1.3, !=1.1.2, !=1.1.1, !=1.1.0, !=1.0.0, !=1.0.0-alpha.1",
"@tenderly/actions": ">=0.1.0, <=0.2.0",
"@tenderly/actions": ">=0.1.0, <0.3",
},
}

0 comments on commit b5733ab

Please sign in to comment.