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 standard Node.js version in validation workflows
These GitHub Actions workflows use the ajv-cli JSON schema validation tool to validate data files against their JSON
schema. ajv-cli is an npm package-based tool.
A standard major version of Node.js, and thus its bundled npm should be used for all development and maintenance
operations. Previously, these workflows did not explicitly configure the version of Node.js that should be used in the
runner machine, so whatever version happened to be installed in the runner by default was used. That version doesn't
necessarily match with the intended version, and the version could change at any moment, so this risked instability in
the project infrastructure.
0 commit comments