From 0c73e4829a9e496e3e86da574c986fba9630473a Mon Sep 17 00:00:00 2001 From: nodenv bot Date: Thu, 4 Apr 2024 10:07:46 +0000 Subject: [PATCH] 4.9.142 --- 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 09613675f..ba72b4abe 100755 --- a/bin/node-build +++ b/bin/node-build @@ -14,7 +14,7 @@ # --version Show version of node-build # -NODE_BUILD_VERSION=4.9.141 +NODE_BUILD_VERSION=4.9.142 OLDIFS="$IFS" diff --git a/package-lock.json b/package-lock.json index 43b8b6d4a..f18ca56e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "4.9.141", + "version": "4.9.142", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f75516c44..d7bf60cf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nodenv/node-build", - "version": "4.9.141", + "version": "4.9.142", "description": "Install NodeJS versions", "homepage": "https://github.com/nodenv/node-build#readme", "license": "MIT",