Skip to content

Commit

Permalink
Merge pull request #209 from Beginner-Go/node
Browse files Browse the repository at this point in the history
node: bump to 14.17.4
  • Loading branch information
coolsnowwolf authored Aug 7, 2021
2 parents d946de6 + a0ef785 commit 45cf93b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lang/node/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ PKG_HASH:=d72fc2c244603b4668da94081dc4d6067d467fdfa026e06a274012f16600480c
PATCH_DIR:=./patches/v10.x
else
ifeq ($(CONFIG_NODEJS_14),y)
PKG_VERSION:=v14.17.1
PKG_VERSION:=v14.17.4
PKG_RELEASE:=1
PKG_HASH:=ddf1d2d56ddf35ecd98c5ea5ddcd690b245899f289559b4330c921255f5a247f
PKG_HASH:=ae7bf4e784f8c8027ffa1e3757f37d2bd5925d0c48988c4d7f07e4515853cf2c
PATCH_DIR:=./patches/v14.x
else
PKG_VERSION:=v12.22.1
Expand Down
2 changes: 1 addition & 1 deletion lang/node/patches/v14.x/003-path.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/lib/internal/modules/cjs/loader.js
+++ b/lib/internal/modules/cjs/loader.js
@@ -1202,7 +1202,8 @@ Module._initPaths = function() {
@@ -1189,7 +1189,8 @@ Module._initPaths = function() {
path.resolve(process.execPath, '..') :
path.resolve(process.execPath, '..', '..');

Expand Down

0 comments on commit 45cf93b

Please sign in to comment.