Skip to content

Commit c38f597

Browse files
fix: next release (#1517)
1 parent 7686ed9 commit c38f597

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ references:
66
image_name: &image_name 'cimg/python:3.7'
77
node_image: &node_image
88
image: cimg/node:18.18
9+
environment:
10+
NODE_OPTIONS: '--max-old-space-size=4096'
911
ipfs_image: &ipfs_image
1012
image: requestnetwork/request-ipfs:v0.13.0
1113
ganache_image: &ganache_image
@@ -534,7 +536,6 @@ jobs:
534536
--conventional-commits \
535537
--conventional-prerelease \
536538
--exact \
537-
--canary \
538539
--no-git-tag-version \
539540
--no-push \
540541
--preid next \

0 commit comments

Comments
 (0)