We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afcf22a commit 26a43a9Copy full SHA for 26a43a9
Makefile
@@ -100,9 +100,9 @@ GITHUB_REF_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
100
# TODO: Remove this once we can raise the minimum Node.js version to 22.18 (alpine >= 3.23)
101
NODE_VERSION := $(shell printf "%03d%03d%03d" $(shell node -v 2>/dev/null | cut -c2- | tr '.' ' '))
102
ifeq ($(shell test "$(NODE_VERSION)" -lt "022018000"; echo $$?),0)
103
- NODE_VARS ?= NODE_OPTIONS="--experimental-strip-types"
+ NODE_VARS := NODE_OPTIONS="--experimental-strip-types"
104
else
105
- NODE_VARS ?=
+ NODE_VARS :=
106
endif
107
108
ifneq ($(GITHUB_REF_TYPE),branch)
0 commit comments