Skip to content

Commit a122b0e

Browse files
committed
fix: use semantic-release version that works with node 18 (newer node causes build errors).
1 parent b46dc0c commit a122b0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ jobs:
7474
command: yarn build
7575
- run:
7676
name: Install publishing packages
77-
command: yarn global add semantic-release@latest @semantic-release/changelog @semantic-release/git@latest @semantic-release/npm@latest
77+
# command: yarn global add semantic-release@latest @semantic-release/changelog @semantic-release/git@latest @semantic-release/npm@latest
78+
# install newest semantic-release (22.0.12) that worked with node 18.19.0
79+
command: yarn global add [email protected] @semantic-release/changelog @semantic-release/git@latest @semantic-release/npm@latest
7880
- run:
7981
name: Attempt publish
8082
command: yarn exec semantic-release

0 commit comments

Comments
 (0)