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

@ -1,6 +1,6 @@
static: static:
stage: build stage: build
image: node:latest image: node:lts
before_script: before_script:
- npm install - npm install
script: script:

View file

@ -18,7 +18,7 @@ python-linting:
javascript-linting: javascript-linting:
stage: lint stage: lint
image: node:latest image: node:lts
before_script: before_script:
- npm install - npm install
script: script:

View file

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