Skip to content

Commit

Permalink
fix: next release (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigopavezi authored Dec 9, 2024
1 parent 7686ed9 commit c38f597
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ references:
image_name: &image_name 'cimg/python:3.7'
node_image: &node_image
image: cimg/node:18.18
environment:
NODE_OPTIONS: '--max-old-space-size=4096'
ipfs_image: &ipfs_image
image: requestnetwork/request-ipfs:v0.13.0
ganache_image: &ganache_image
Expand Down Expand Up @@ -534,7 +536,6 @@ jobs:
--conventional-commits \
--conventional-prerelease \
--exact \
--canary \
--no-git-tag-version \
--no-push \
--preid next \
Expand Down

0 comments on commit c38f597

Please sign in to comment.