Use node's lts version for CI
This commit is contained in:
parent
8e7d6db56b
commit
aa9dd18eef
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ cache:
|
|||
|
||||
lint:
|
||||
stage: lint
|
||||
image: node:12
|
||||
image: node:lts
|
||||
before_script:
|
||||
- npm install
|
||||
script:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue