nft-storefront icon indicating copy to clipboard operation
nft-storefront copied to clipboard

Update to latest Cadence in tests

Open devbugging opened this issue 2 years ago • 1 comments

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

devbugging avatar Dec 22 '22 10:12 devbugging

Thanks @sideninja will look into this

satyamakgec avatar Jan 31 '23 15:01 satyamakgec