Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Automate
Agent sessions
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
AuTA
Core
Commits
bedfbaef
Verified
Commit
bedfbaef
authored
Sep 12, 2022
by
Luc Everse
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade to Node 18
parent
624379a5
No related branches found
No related tags found
2 merge requests
!183
Release 2.5.1
,
!181
Force update ui
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build-env.Dockerfile
+1
-1
1 addition, 1 deletion
build-env.Dockerfile
core/build.gradle
+2
-0
2 additions, 0 deletions
core/build.gradle
with
3 additions
and
1 deletion
build-env.Dockerfile
+
1
−
1
View file @
bedfbaef
...
...
@@ -10,7 +10,7 @@ RUN sh -c 'apt-get update \
&& apt-get install -y --no-install-recommends openjdk-11-jdk-headless python3 ruby ruby-dev
\
build-essential libicu67 libicu-dev zlib1g zlib1g-dev cmake pkg-config libssl1.1
\
libssl-dev git python3-pip curl
\
&& curl -fsSL https://deb.nodesource.com/setup_1
6
.x | bash -
\
&& curl -fsSL https://deb.nodesource.com/setup_1
8
.x | bash -
\
&& apt-get install -y nodejs
\
&& pip3 install profanity-check pylint==2.14.5
\
&& gem install -N github-linguist
\
...
...
This diff is collapsed.
Click to expand it.
core/build.gradle
+
2
−
0
View file @
bedfbaef
...
...
@@ -67,6 +67,7 @@ task initUi(type: Exec) {
workingDir
"${rootProject.projectDir}/ui"
environment
'NODE_OPTIONS'
,
'--openssl-legacy-provider'
commandLine
'npm'
,
'install'
outputs
.
file
(
"${uiRoot}/package-lock.json"
)
...
...
@@ -77,6 +78,7 @@ task buildUi(type: Exec) {
workingDir
"${rootProject.projectDir}/ui"
environment
'NODE_OPTIONS'
,
'--openssl-legacy-provider'
commandLine
'npm'
,
'run'
,
'build'
outputs
.
dir
(
"${rootProject.projectDir}/ui/dist/"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment