Skip to content
Snippets Groups Projects
Commit 919251ba authored by Arie Peterson's avatar Arie Peterson
Browse files

Do not use non-LTS node versions

parent 1ba07346
No related branches found
No related tags found
No related merge requests found
......@@ -5,5 +5,12 @@
],
"npm": {
"enabled": false
}
},
"packageRules": [
{
"matchDepNames": ["node"],
"matchFiles": ["frontend/Dockerfile", ".gitlab-ci.yml"],
"allowedVersions": "!/^\d*[13579](-.*)?$/"
}
]
}
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