Skip to content

Commit

Permalink
node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Feb 29, 2024
1 parent 83af4b4 commit ce6de35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 3.0.3 (release date: --)
* Upgraded to JRuby 9.3.14.0 (from 9.3.13.0)
* Upgraded to JRuby 9.4.6.0 (from 9.4.5.0)
* Upgraded Node 18 LTS -> 20 LTS.

## 3.0.2 (release date: 2024-02-23)
* Fixes an issue with passenger-full not having ruby 3.3 as default
Expand Down
2 changes: 1 addition & 1 deletion image/nodejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e
source /pd_build/buildconfig
set -x

VERSION=${1:-18}
VERSION=${1:-20}
if ( ! egrep -q nodesource.gpg /etc/apt/sources.list.d/nodesource.list ); then
## Install Node.js (also needed for Rails asset compilation)

Expand Down

0 comments on commit ce6de35

Please sign in to comment.