napari / napari-console

A plugin that adds a console to napari
BSD 3-Clause "New" or "Revised" License
3 stars 12 forks source link

Update aganders/headless-gui@v2 (silence nodejs warnings on github actions) #35

Closed GenevieveBuckley closed 1 month ago

GenevieveBuckley commented 5 months ago

Reference: https://github.com/aganders3/headless-gui/issues/10

When the github actions CI tests run, we see this nodejs warning:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: aganders3/headless-gui@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

This has been fixed by https://github.com/aganders3/headless-gui/pull/11 The fix is available for versions aganders3/headless-gui@v2.2 and above.

jni commented 1 month ago

Superseded by #36. Thanks @GenevieveBuckley! 🙏