Skip to content

Commit

Permalink
native/nodejs: update to v22 (current LTS version) (#6374)
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 authored Jan 5, 2025
1 parent 5bd75b8 commit 248c2ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions native/nodejs/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
PKG_NAME = nodejs
# https://github.com/nodejs/release#release-schedule
# v18 is Maintenance Version "Hydrogen" since 2023-10-18 with EOL at 2025-04-30
# v20 is LTS Version "Iron" from 2023-10-24 to 2024-10-22 with EOL at 2026-04-30
PKG_VERS = 20.18.1
# v20 is Maintenance Version "Iron" since 2024-10-22 with EOL at 2026-04-30
# v22 is LTS Version "Jod" from 2024-10-29 to 2025-10-21 with EOL at 2027-04-30
PKG_VERS = 22.12.0
PKG_EXT = tar.xz
PKG_DIST_NAME = node-v$(PKG_VERS)-linux-x64.$(PKG_EXT)
PKG_DIST_SITE = https://nodejs.org/dist/v$(PKG_VERS)
Expand Down
6 changes: 3 additions & 3 deletions native/nodejs/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node-v20.18.1-linux-x64.tar.xz SHA1 99748a5efc3162deb6377061105c414671f9f6bd
node-v20.18.1-linux-x64.tar.xz SHA256 c6fa75c841cbffac851678a472f2a5bd612fff8308ef39236190e1f8dbb0e567
node-v20.18.1-linux-x64.tar.xz MD5 ef5705b0f1020a352260a9198d57220f
node-v22.12.0-linux-x64.tar.xz SHA1 f686e1d39682f5ada2b165e737eb136521f5a519
node-v22.12.0-linux-x64.tar.xz SHA256 22982235e1b71fa8850f82edd09cdae7e3f32df1764a9ec298c72d25ef2c164f
node-v22.12.0-linux-x64.tar.xz MD5 6b4a8df45195924e4d0021577cce823f

0 comments on commit 248c2ec

Please sign in to comment.