Use node 15 Docker image on GitLab CI

This commit is contained in:
timvisee
2021-02-16 15:12:23 +01:00
parent 42e94139a2
commit 94b78b425f

View File

@@ -1,4 +1,4 @@
image: "node:12-slim"
image: "node:15-slim"
stages:
- test