You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Use the same Node.js runtime version configured in this repo's `action.yml` (currently `node20`) for `runs.using`
63
+
- When updating Node.js support, update `runs.using` in `action.yml`, the `engines.node` range in `package.json`, and CI/test matrices together to stay consistent
64
+
60
65
### Input Handling
61
66
62
67
- Use our custom `getInput()` function for reliable local/CI compatibility
0 commit comments