Tests:
BUN_VERSION
set to
*
-> Gets bun
1.0
BUN_VERSION
set to
x
-> Gets bun
1.1.0
BUN_VERSION
set to
latest
-> Gets bun
1.1.0
BUN_VERSION
set to
>=1.1.3
-> Gets bun
1.1.3
BUN_VERSION
set to
1.1.4
or
>=1.1.4
-> Gets bun
1.1.4
This means I have to set
BUN_VERSION
to latest version every time specifically to get the latest version. This is very intriguing. No other workaround found.
Note:
Clear build cache and deploy was used for every test.