24
1
Fork 0

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
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
1 changed files with 1 additions and 1 deletions

View File

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