version: 0.2 env: variables: NODE_OPTIONS: "--max-old-space-size=4096" phases: install: runtime-versions: nodejs: latest commands: - node --version ; npm --version - npm ci --unsafe-perm build: commands: - npm test