Use node's lts version for CI

This commit is contained in:
Sonny Bakker 2024-03-16 14:39:13 +01:00
parent 8e7d6db56b
commit aa9dd18eef

View file

@ -10,7 +10,7 @@ cache:
lint:
stage: lint
image: node:12
image: node:lts
before_script:
- npm install
script: