Skip to content

Commit bcf5fec

Browse files
robertolopezlopezPeterSchafer
authored andcommitted
fix: update embedded OpenSSL runtime
1 parent a5ebf60 commit bcf5fec

4 files changed

Lines changed: 139 additions & 157 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.22.3
1+
22.23.2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
export SHELL=/bin/bash
1010
WORKING_DIR = $(CURDIR)
1111
PKG := npx pkg ./ --compress Brotli --options max_old_space_size=32768
12-
PKG_NODE_VERSION := $(shell head -1 .nvmrc | cut -f1 -d '.')
12+
PKG_NODE_VERSION := $(shell cat .nvmrc)
1313
BINARY_WRAPPER_DIR = ts-binary-wrapper
1414
EXTENSIBLE_CLI_DIR = cliv2
1515
BINARY_RELEASES_FOLDER_TS_CLI = binary-releases

0 commit comments

Comments
 (0)