FlowFuse / nr-launcher

A Laucher for Node-RED that allows settings to be loaded at startup.
Apache License 2.0
4 stars 6 forks source link

ci: Add `nr-assistant` dependency to `build and push` workflow #260

Closed ppawlowski closed 1 month ago

ppawlowski commented 1 month ago

Description

This pull requests adds @flowfuse/nr-assistant to the list of dependencies required during nightly build of nr-launcher package. Additionally, it updates reusable workflows to their latest versions.

Related Issue(s)

closes https://github.com/FlowFuse/nr-launcher/issues/259

Checklist

Labels

ppawlowski commented 1 month ago

Piotr, does this not need a section similar to what project nodes have?

https://github.com/FlowFuse/nr-launcher/pull/260/files#diff-551d1fcf87f78cc3bc18a7b332a4dc5d8773a512062df881c5aba28a6f5c48d7L6-L9

      nr_project_nodes_release_name:
        description: 'nr-project-nodes package version'
        required: false
        default: 'nightly'

Nope, it is a workflow "feature" which we never implemented. However, we might use it in the near future, that is why it is still there.