Skip to content

Commit 254b55c

Browse files
committed
fix(semantic-release): pin version to 16
We don't have the option of using Node 14 as it requires an effort updating 100 workflow files, so we will pin the semantic-release package to 16.x for now until semantic-release/semantic-release#1981 is resolved.
1 parent 955519d commit 254b55c

2 files changed

Lines changed: 298 additions & 93 deletions

File tree

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"ejs": "^3.0.1",
3030
"inquirer": "^7.1.0",
3131
"jsondiffpatch": "^0.4.1",
32-
"semantic-release": "^17.2.0"
32+
"semantic-release": "^16.0.4"
3333
},
3434
"publishConfig": {
3535
"access": "public"

0 commit comments

Comments
 (0)