From 5a048ed9ab4d7e8239bd9302ae9f0d92ee0369c4 Mon Sep 17 00:00:00 2001 From: Paul Horton Date: Thu, 11 Jul 2024 16:13:22 +0100 Subject: [PATCH] chore(ci): versioning for Node on branches broke Signed-off-by: Paul Horton --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 70e2a71..061483d 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,8 @@ docker: build: yarn go-build yarn: - yarn && yarn version --new-version $(VERSION) && NODE_OPTIONS=--openssl-legacy-provider yarn build + yarn && NODE_OPTIONS=--openssl-legacy-provider yarn build +# && yarn version --new-version $(VERSION) go-build: echo "VERSION: $(VERSION)"