Fix versions check for busybox sh
(#20358)
`printf` in busybox emits a ugly 'invalid number' error when formatting string variables are present. Avoid that by reducing the go version check to just two digits, which ought to be enough as patch-level go versions are meant to be compatible. Avoid error on node-check as well.
This commit is contained in:
parent
aec6b30e2a
commit
7740779b28
3 changed files with 5 additions and 5 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -61,7 +61,7 @@
|
|||
"updates": "13.0.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 14"
|
||||
"node": ">= 14.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ampproject/remapping": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue