Sage-Bionetworks / synapsePythonClient

Programmatic interface to Synapse services for Python
https://www.synapse.org
Apache License 2.0
65 stars 67 forks source link

[SYNPY-1457] Fix deprecated Node.js build warnings #1112

Closed jaymedina closed 1 week ago

jaymedina commented 2 weeks ago

problem

We are using versions of GitHub actions that still useNode.js 16, which is now deprecated and leads to deprecation warnings in the builds. This clutters build output messages which is unhelpful when troubleshooting/monitoring the status of your builds.

solution

testing & preview

Latest run: https://github.com/Sage-Bionetworks/synapsePythonClient/actions/runs/9618137457

UPDATED:

Latest run: https://github.com/Sage-Bionetworks/synapsePythonClient/actions/runs/9620252513