algorand / pyteal

Algorand Smart Contracts in Python
https://pyteal.readthedocs.io
MIT License
285 stars 131 forks source link

Fix node 12 deprecation CI message #705

Closed jasonpaulos closed 1 year ago

jasonpaulos commented 1 year ago

We use some node 12 actions in our current CI. Github actions has now deprecated node 12 actions, and we receive warnings in our build, for example in https://github.com/algorand/pyteal/actions/runs/4735851473

This PR removes those warnings by updating the node 12 packages to a more recent version.