Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3e412c8f
Commit
3e412c8f
authored
Jan 20, 2021
by
Lukas Eipert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update node version to v14.x
parent
ab8814c9
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
.gitlab/ci/frontend.gitlab-ci.yml
.gitlab/ci/frontend.gitlab-ci.yml
+1
-1
.gitlab/ci/global.gitlab-ci.yml
.gitlab/ci/global.gitlab-ci.yml
+4
-4
.gitlab/ci/verify-lockfile.gitlab-ci.yml
.gitlab/ci/verify-lockfile.gitlab-ci.yml
+1
-1
.nvmrc
.nvmrc
+1
-1
doc/install/installation.md
doc/install/installation.md
+3
-3
No files found.
.gitlab-ci.yml
View file @
3e412c8f
...
...
@@ -17,7 +17,7 @@ stages:
# in cases where jobs require Docker-in-Docker, the job
# definition must be extended with `.use-docker-in-docker`
default
:
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-1
2.18
-yarn-1.22-postgresql-11-graphicsmagick-1.3.34"
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-1
4.15
-yarn-1.22-postgresql-11-graphicsmagick-1.3.34"
tags
:
-
gitlab-org
# All jobs are interruptible by default
...
...
.gitlab/ci/frontend.gitlab-ci.yml
View file @
3e412c8f
...
...
@@ -15,7 +15,7 @@
extends
:
-
.frontend-base
-
.assets-compile-cache
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-git-2.29-lfs-2.9-node-1
2.18
-yarn-1.22-graphicsmagick-1.3.34
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-git-2.29-lfs-2.9-node-1
4.15
-yarn-1.22-graphicsmagick-1.3.34
variables
:
WEBPACK_VENDOR_DLL
:
"
true"
stage
:
prepare
...
...
.gitlab/ci/global.gitlab-ci.yml
View file @
3e412c8f
...
...
@@ -71,7 +71,7 @@
policy
:
pull
.use-pg11
:
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-1
2.18
-yarn-1.22-postgresql-11-graphicsmagick-1.3.34"
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-1
4.15
-yarn-1.22-postgresql-11-graphicsmagick-1.3.34"
services
:
-
name
:
postgres:11.6
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
...
@@ -80,7 +80,7 @@
POSTGRES_HOST_AUTH_METHOD
:
trust
.use-pg12
:
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-1
2.18
-yarn-1.22-postgresql-12-graphicsmagick-1.3.34"
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-1
4.15
-yarn-1.22-postgresql-12-graphicsmagick-1.3.34"
services
:
-
name
:
postgres:12
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
...
@@ -89,7 +89,7 @@
POSTGRES_HOST_AUTH_METHOD
:
trust
.use-pg11-ee
:
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-1
2.18
-yarn-1.22-postgresql-11-graphicsmagick-1.3.34"
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-1
4.15
-yarn-1.22-postgresql-11-graphicsmagick-1.3.34"
services
:
-
name
:
postgres:11.6
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
...
@@ -100,7 +100,7 @@
POSTGRES_HOST_AUTH_METHOD
:
trust
.use-pg12-ee
:
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-1
2.18
-yarn-1.22-postgresql-12-graphicsmagick-1.3.34"
image
:
"
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-golang-1.14-git-2.29-lfs-2.9-chrome-87-node-1
4.15
-yarn-1.22-postgresql-12-graphicsmagick-1.3.34"
services
:
-
name
:
postgres:12
command
:
[
"
postgres"
,
"
-c"
,
"
fsync=off"
,
"
-c"
,
"
synchronous_commit=off"
,
"
-c"
,
"
full_page_writes=off"
]
...
...
.gitlab/ci/verify-lockfile.gitlab-ci.yml
View file @
3e412c8f
verify_lockfile
:
stage
:
test
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-git-2.29-lfs-2.9-node-1
2.18
-yarn-1.22-graphicsmagick-1.3.34
image
:
registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.7.2-git-2.29-lfs-2.9-node-1
4.15
-yarn-1.22-graphicsmagick-1.3.34
needs
:
[]
rules
:
-
changes
:
...
...
.nvmrc
View file @
3e412c8f
1
2.18
.4
1
4.15
.4
doc/install/installation.md
View file @
3e412c8f
...
...
@@ -238,7 +238,7 @@ In GitLab 8.17 and later, GitLab requires the use of Node to compile JavaScript
assets, and Yarn to manage JavaScript dependencies. The current minimum
requirements for these are:
-
`node`
>= v10.1
3.0. (We recommend node 12
.x as it is faster)
-
`node`
>= v10.1
4.2. (We recommend node 14
.x as it is faster)
-
`yarn`
>= v1.10.0.
In many distros,
...
...
@@ -246,8 +246,8 @@ the versions provided by the official package repositories are out of date, so
we need to install through the following commands:
```
shell
# install node v1
2
.x
curl
--location
"https://deb.nodesource.com/setup_1
2
.x"
|
sudo
bash -
# install node v1
4
.x
curl
--location
"https://deb.nodesource.com/setup_1
4
.x"
|
sudo
bash -
sudo
apt-get
install
-y
nodejs
curl
--silent
--show-error
"https://dl.yarnpkg.com/debian/pubkey.gpg"
|
sudo
apt-key add -
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment