From 362bf9c5a03b92318fb46ae76353103195cd3026 Mon Sep 17 00:00:00 2001 From: nodenv bot Date: Thu, 11 Apr 2024 10:08:17 +0000 Subject: [PATCH] 4.9.143 --- bin/node-build | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/node-build b/bin/node-build index ba72b4abe..27462a9c4 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=4.9.142 +NODE_BUILD_VERSION=4.9.143 OLDIFS="$IFS" diff --git a/package-lock.json b/package-lock.json index f18ca56e4..d0d55a8d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "4.9.142", + "version": "4.9.143", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d7bf60cf4..746e7b3c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "4.9.142", + "version": "4.9.143", "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme", "license": "MIT",