Skip to content

Commit b5733ab

Browse files
authored
Updating version constraint for @tenderly/actions package. (#148)
1 parent 585eeb3 commit b5733ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/util/packagejson/constraints.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ var runtimesToConstraints = map[string]*Constraints{
2525
},
2626
"V2": {
2727
"axios": "!=1.1.3, !=1.1.2, !=1.1.1, !=1.1.0, !=1.0.0, !=1.0.0-alpha.1",
28-
"@tenderly/actions": ">=0.1.0, <=0.2.0",
28+
"@tenderly/actions": ">=0.1.0, <0.3",
2929
},
3030
}

0 commit comments

Comments
 (0)