Browse Source

Use newer version of docker image for linting and auiding

tags/v0.3.3^2
Vildravn 4 years ago
parent
commit
f78267b653
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml View File

@@ -1,4 +1,4 @@
image: node:lts-jessie
image: node:10

stages:
- test


Loading…
Cancel
Save