addon-blueprint
addon-blueprint copied to clipboard
Update generated ci.yml
- make sure install succeeds before running any other job
- split lint from tests so we can get right to seeing if tests fail
- lints are less important "while working on something"
- specify to node 20, as 16 is ded
- actually use
--no-lockfile
for the floating-dependencies test - upgrade actions/checkout