Skip to content

Commit 26a43a9

Browse files
committed
don't allow override
1 parent afcf22a commit 26a43a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ GITHUB_REF_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
100100
# TODO: Remove this once we can raise the minimum Node.js version to 22.18 (alpine >= 3.23)
101101
NODE_VERSION := $(shell printf "%03d%03d%03d" $(shell node -v 2>/dev/null | cut -c2- | tr '.' ' '))
102102
ifeq ($(shell test "$(NODE_VERSION)" -lt "022018000"; echo $$?),0)
103-
NODE_VARS ?= NODE_OPTIONS="--experimental-strip-types"
103+
NODE_VARS := NODE_OPTIONS="--experimental-strip-types"
104104
else
105-
NODE_VARS ?=
105+
NODE_VARS :=
106106
endif
107107

108108
ifneq ($(GITHUB_REF_TYPE),branch)

0 commit comments

Comments
 (0)