Use node lts for CI

This commit is contained in:
Sonny Bakker 2024-08-13 09:22:40 +02:00
parent 2b3e35078d
commit 4935d7d186
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ python-tests:
javascript-tests:
stage: test
image: node:latest
image: node:lts
before_script:
- npm install
script: