nft-storefront
nft-storefront copied to clipboard
Update to latest Cadence in tests
I've noticed a specific version of Cadence is used in tests. Why not use the latest?
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)" -- v0.33.1-sc-m5
The issue with fixing a version is that it will get outdated, but also this version is no longer available using the install script above. For older versions a different script has to be used as seen here: https://github.com/onflow/flow-cli/issues/737
Thanks @sideninja will look into this