We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 661c7c1 commit ab760edCopy full SHA for ab760ed
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## 3.1.4 (release date: not yet released)
2
* Removed Ruby 3.1 (EOL: 2024-03-26)
3
+ * Upgraded Node 20 LTS -> 22 LTS.
4
*
5
6
## 3.1.3 (release date: 2025-04-04)
image/nodejs.sh
@@ -3,7 +3,7 @@ set -e
source /pd_build/buildconfig
set -x
-VERSION=${1:-20}
+VERSION=${1:-22}
7
if ( ! egrep -q nodesource.gpg /etc/apt/sources.list.d/nodesource.list ); then
8
## Install Node.js (also needed for Rails asset compilation)
9
0 commit comments