Skip to content

Commit

Permalink
Replace NodeJS from 14 LTS to 16 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
taleh007 committed Oct 28, 2021
1 parent 10f00dc commit 9b321f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Language support:
* JRuby is installed from source, but we register an APT entry for it.
* JRuby uses OpenJDK 14.
* Python 2.7 and Python 3.8.
* Node.js 14.
* Node.js 16.
* A build system, git, and development headers for many popular libraries, so that the most popular Ruby, Python and Node.js native extensions can be compiled without problems.

Web server and application server:
Expand Down Expand Up @@ -262,7 +262,7 @@ server {
# If this is a Ruby app, specify a Ruby version:
# For Ruby 3.0
passenger_ruby /usr/bin/ruby3.0;
passenger_ruby /usr/bin/ruby3.0;
# For Ruby 2.7
passenger_ruby /usr/bin/ruby2.7;
# For Ruby 2.6
Expand Down
2 changes: 1 addition & 1 deletion image/nodejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source /pd_build/buildconfig
set -x

echo "+ Enabling Node Source APT repo"
curl -sL https://deb.nodesource.com/setup_14.x | bash -
curl -sL https://deb.nodesource.com/setup_16.x | bash -
apt-get update

## Install Node.js (also needed for Rails asset compilation)
Expand Down

0 comments on commit 9b321f6

Please sign in to comment.