Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Compiler Explorer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Compiler Explorer
Commits
eabfdca2
Unverified
Commit
eabfdca2
authored
3 years ago
by
Matt Godbolt
Browse files
Options
Downloads
Patches
Plain Diff
Bump to new LTS version 16 node
parent
bf9d2334
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
etc/scripts/find-node
+1
-1
1 addition, 1 deletion
etc/scripts/find-node
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
eabfdca2
...
@@ -54,7 +54,7 @@ Assuming you have a compatible version of `node` installed, on Linux simply runn
...
@@ -54,7 +54,7 @@ Assuming you have a compatible version of `node` installed, on Linux simply runn
on your local machine:
[
http://localhost:10240/
](
http://localhost:10240/
)
. If this doesn't work for you, please contact
on your local machine:
[
http://localhost:10240/
](
http://localhost:10240/
)
. If this doesn't work for you, please contact
us, as we consider it important you can quickly and easily get running.
us, as we consider it important you can quickly and easily get running.
Currently,
**Compiler Explorer**
Currently,
**Compiler Explorer**
requires
[
`node` 1
4
_(LTS version)_
](
CONTRIBUTING.md#node-version
)
installed, either on the path or at
`NODE_DIR`
requires
[
`node` 1
6
_(LTS version)_
](
CONTRIBUTING.md#node-version
)
installed, either on the path or at
`NODE_DIR`
(an environment variable or
`make`
parameter).
(an environment variable or
`make`
parameter).
Running with
`make EXTRA_ARGS='--language LANG'`
will allow you to load
Running with
`make EXTRA_ARGS='--language LANG'`
will allow you to load
...
...
This diff is collapsed.
Click to expand it.
etc/scripts/find-node
+
1
−
1
View file @
eabfdca2
...
@@ -25,7 +25,7 @@ find_node() {
...
@@ -25,7 +25,7 @@ find_node() {
NODE
=
"
$(
find_node
)
"
NODE
=
"
$(
find_node
)
"
NODE_MIN_VERSION
=
14
NODE_MIN_VERSION
=
14
NODE_VERSION_USED
=
1
4
NODE_VERSION_USED
=
1
6
NODE_VERSION
=
$(
${
NODE
}
--version
)
NODE_VERSION
=
$(
${
NODE
}
--version
)
NODE_MAJOR_VERSION
=
$(
echo
"
${
NODE_VERSION
}
"
|
cut
-f1
-d
.
|
sed
's/^v//g'
)
NODE_MAJOR_VERSION
=
$(
echo
"
${
NODE_VERSION
}
"
|
cut
-f1
-d
.
|
sed
's/^v//g'
)
...
...
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
register
or
sign in
to comment