| `NODE_IMAGE` | The Docker image used to run Node.js <br/>:warning: **set the version required by your project** | `registry.hub.docker.com/library/node:lts-alpine` |
| `NODE_MANAGER` | The package manager used by your project (npm or yarn)<br/>**If undefined, automatic detection** | _none_ |
@@ -70,7 +70,7 @@ The Node template features a job `node-lint` that performs Node.js source code *
It is bound to the `test` stage, and uses the following variable: