Skip to content

Commit 037dc8f

Browse files
committed
chore: downgrade semantic release to avoid node version issue
1 parent 5ba17e4 commit 037dc8f

File tree

4 files changed

+1829
-939
lines changed

4 files changed

+1829
-939
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
release:
1212
docker:
13-
- image: circleci/node:12
13+
- image: circleci/node:14
1414
steps:
1515
- checkout
1616
- run: npm ci --verbose

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
loglevel=error
2+
legacy-peer-deps=true

0 commit comments

Comments
 (0)