version: 0.2 env: variables: NODE_OPTIONS: "--max-old-space-size=4096" phases: install: commands: - n 20 - node --version ; npm --version - npm ci --unsafe-perm - npm run build build: commands: - npm run coverage-node