This repo is intentionally small and noisy.
It exists to verify that a CI/CD runner can:
- install npm dependencies
- execute Node.js code
- print environment variables
- reach the public internet
- run a test suite
npm install
npm testnpm test will:
- print basic runtime metadata and every environment variable visible to Node.js
- fetch package metadata from the npm registry using
undici - run a
vitestsmoke test that performs another outbound HTTPS request