alleyinteractive/Run node tests

Setup Node environment and run install, audit, test, and build commands

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
node-versionNode.js version to usenolts/*
npm-versionnpm version to use if different from the defaultno""
working-directoryDirectory to run the commands inno.
cache-dependency-pathPath to the dependency file to use for caching (relative to working-directory)nopackage-lock.json
install-skipSkip npm installnofalse
skip-installSkip npm installnofalse
install-commandCommand to run npm ci/installnonpm ci
audit-skipSkip npm auditnofalse
skip-auditSkip npm auditnofalse
audit-commandCommand to run npm auditnonpm audit --audit-level=high --omit=dev --package-lock-only
test-skipSkip testsnofalse
skip-testSkip testsnofalse
test-commandCommand to run testsnonpm test
build-skipSkip buildnofalse
skip-buildSkip buildnofalse
build-commandCommand to run buildnonpm run build
cache-node-modulesCache node_modules (in addition to setup-node npm cache)nofalse

no outputs