@@ -22,6 +22,15 @@ Register a runner with GitLab Runner and configure it like this:
[runners.cache.gcs]
```
# Node version
When using node from within this framework, this defaults to version `12-stretch-slim` but you can change the default version by setting the environment variable `NODE_VERSION` to one of these tags:
- 8-jessie-slim
- 10-jessie-slim
- 12-stretch-slim
- 13-stretch-slim
# Credit
-[Image from jonaskello](https://github.com/jonaskello/docker-and-compose)