Skip to content
Snippets Groups Projects
Commit e6a86e36 authored by Lauri Himanen's avatar Lauri Himanen
Browse files

Downgrading node.js version from 16.9 -> 14. Running the jest test suite is...

Downgrading node.js version from 16.9 -> 14. Running the jest test suite is not working with the newer version. When either Jest or node.js is fixed we can fall back to the latest node version.
parent 3f49ce5f
No related branches found
No related tags found
4 merge requests!548Release v1,!461Draft: remove owner key from the query,!407Fix a bug concerning outcar parser,!383Downgrading node.js version from 16.9 -> 14
Pipeline #109720 passed
......@@ -81,7 +81,7 @@ python linting:
gui linting:
stage: test
image: node
image: node:14
script:
- cd gui
- yarn
......@@ -127,7 +127,7 @@ python tests:
gui tests:
stage: test
image: node
image: node:14
script:
- git submodule sync
- git submodule update --init -- gui/materia
......
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