Skip to content
Snippets Groups Projects
Commit 5b625203 authored by Sivert Kronen Hatteberg's avatar Sivert Kronen Hatteberg
Browse files

Use node 17 in the pipeline

parent 4b68c104
No related branches found
No related tags found
1 merge request!164Add building to the pipeline
Pipeline #100759 canceled
...@@ -49,7 +49,7 @@ backendend build: ...@@ -49,7 +49,7 @@ backendend build:
- poetry build - poetry build
frontend test: frontend test:
image: node:14-alpine image: node:17-alpine
stage: tests and linting stage: tests and linting
script: script:
- cd frontend - cd frontend
...@@ -60,7 +60,7 @@ frontend test: ...@@ -60,7 +60,7 @@ frontend test:
'/All files[^|]*\|[^|]*\s+([\d\.]+)/' '/All files[^|]*\|[^|]*\s+([\d\.]+)/'
frontend lint: frontend lint:
image: node:14-alpine image: node:17-alpine
stage: tests and linting stage: tests and linting
script: script:
- cd frontend - cd frontend
...@@ -69,7 +69,7 @@ frontend lint: ...@@ -69,7 +69,7 @@ frontend lint:
- npm run lint - npm run lint
frontend build: frontend build:
image: node:14-alpine image: node:17-alpine
stage: build stage: build
script: script:
- cd frontend - cd frontend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment