fleet/.github
Gabriel Hernandez 55c7f1e886
require a specific node and yarn version (#17205)
Adds a minimum supported node and yarn version to the project. 

Currently if you are on an unsupported version of node or yarn, there is
no messaging telling you that is the issue. The build just fails, and
you are left to figure out it's because of your node version. With this
change, it will be much clearer why any of the node required commands
(e.g. make deps, make generate-dev, make lint-js, make test-js) are not
working, and it will tell you exactly which minimum version of node or
yarn you need.

**After the console error is clear about using an unsupported node
version**


![image](https://github.com/fleetdm/fleet/assets/1153709/4f14bbf0-520e-45bc-911f-071554a996c4)


- [x] Changes file added for user-visible changes in `changes/` or
`orbit/changes/`.
- [x] Manual QA for all new/changed functionality
2024-03-13 12:45:28 +00:00
..
ISSUE_TEMPLATE Update story template (#17500) 2024-03-11 16:23:52 -04:00
scripts Check whether the infra dependencies are ready before E2E test (#870) 2021-06-02 16:56:44 -07:00
workflows require a specific node and yarn version (#17205) 2024-03-13 12:45:28 +00:00
dependabot.yml Remove daily schedule so it only gets triggered by security alerts (#14871) 2023-11-02 09:53:40 -05:00
pull_request_template.md remove note about updating manage page in PR template (#17544) 2024-03-11 18:00:24 -03:00