Commit 571f8d3b authored by Mark Florian's avatar Mark Florian

Merge branch 'chore/bump-nodejs' into 'master'

Bump minimum Node version to 12.22.1

See merge request gitlab-org/gitlab!68430
parents e2e50bb9 e5848258
...@@ -298,9 +298,13 @@ coverage-frontend: ...@@ -298,9 +298,13 @@ coverage-frontend:
- *yarn-install - *yarn-install
- run_timed_command "retry yarn run webpack-prod" - run_timed_command "retry yarn run webpack-prod"
qa-frontend-node:10: qa-frontend-node:12:
extends: .qa-frontend-node extends: .qa-frontend-node
image: ${GITLAB_DEPENDENCY_PROXY}node:dubnium image: ${GITLAB_DEPENDENCY_PROXY}node:12
qa-frontend-node:14:
extends: .qa-frontend-node
image: ${GITLAB_DEPENDENCY_PROXY}node:14
qa-frontend-node:latest: qa-frontend-node:latest:
extends: extends:
......
...@@ -22,7 +22,7 @@ Be wary of [the limitations that come with using Hamlit](https://github.com/k0ku ...@@ -22,7 +22,7 @@ Be wary of [the limitations that come with using Hamlit](https://github.com/k0ku
We also use [SCSS](https://sass-lang.com) and plain JavaScript with We also use [SCSS](https://sass-lang.com) and plain JavaScript with
modern ECMAScript standards supported through [Babel](https://babeljs.io/) and ES module support through [webpack](https://webpack.js.org/). modern ECMAScript standards supported through [Babel](https://babeljs.io/) and ES module support through [webpack](https://webpack.js.org/).
Working with our frontend assets requires Node (v10.13.0 or greater) and Yarn Working with our frontend assets requires Node (v12.22.1 or greater) and Yarn
(v1.10.0 or greater). You can find information on how to install these on our (v1.10.0 or greater). You can find information on how to install these on our
[installation guide](../../install/installation.md#4-node). [installation guide](../../install/installation.md#4-node).
......
...@@ -277,7 +277,7 @@ ...@@ -277,7 +277,7 @@
"chokidar": "^3.4.0" "chokidar": "^3.4.0"
}, },
"engines": { "engines": {
"node": ">=10.13.0", "node": ">=12.22.1",
"yarn": "^1.10.0" "yarn": "^1.10.0"
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment