Use node:lts in Gitlab CI

This commit is contained in:
Johannes Loher 2021-02-11 11:19:33 +01:00
parent 3c47b06f71
commit a96cc0e217

View file

@ -1,4 +1,4 @@
image: node:latest
image: node:lts
stages:
- prepare