Skip to content

Commit

Permalink
chore(ci): versioning for Node on branches broke
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed Jul 11, 2024
1 parent eeff4e8 commit 5a048ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 5a048ed

Please sign in to comment.