Problem
We use Node workflow for:
- Checking that the frontend build is still building
- Checking that compiled and committed assets are the same as in the build
Howwever, Node name seems confusing. We do not have Node.js applications. All the frontend-related workflows are running on Node.js runtime.
Proposal
Rename to:
- Build
- Build and compare with committed assets (or somethjing alike)