DeLaGuardo / setup-clojure

GitHub Action to provision clojure's most popular build tools for Linux, Mac OS X and Windows.
MIT License
184 stars 27 forks source link

Update to node 16+ #81

Closed nickpell closed 1 year ago

nickpell commented 1 year ago

I've been seeing this warning in GitHub Actions annotations:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: DeLaGuardo/setup-clojure@8.0. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

DeLaGuardo commented 1 year ago

thanks for the heads up. I'll fix it asap

DeLaGuardo commented 1 year ago

This was fixed a while ago. Please upgrade to the latest 10.1 version of this action, and the warning will disappear.

nickpell commented 1 year ago

@DeLaGuardo Got it, thanks!