napari / cookiecutter-napari-plugin

Cookiecutter for napari plugins
BSD 3-Clause "New" or "Revised" License
67 stars 39 forks source link

Update aganders/headless-gui to silence nodejs warning #188

Closed GenevieveBuckley closed 3 months ago

GenevieveBuckley commented 3 months ago

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.

GenevieveBuckley commented 3 months ago

Similar PRs: