Skip to content

Commit

Permalink
fix: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
teclone committed Apr 15, 2023
1 parent 299221b commit 889d7e2
Show file tree
Hide file tree
Showing 4 changed files with 752 additions and 904 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '16.x'

- name: Install dependencies
run: yarn --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"cz-conventional-changelog": "3.2.0",
"jest": "26.0.1",
"rimraf": "^5.0.0",
"semantic-release": "^21.0.1",
"semantic-release": "^17.3.9",
"semantic-release-cli": "^5.4.3",
"typescript": "^4.1.5"
},
Expand Down
7 changes: 1 addition & 6 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ module.exports = {
plugins: [
'@semantic-release/commit-analyzer',
'@semantic-release/release-notes-generator',
[
'@semantic-release/github',
{
githubUrl: 'https://github.com',
},
],
['@semantic-release/github'],
'@semantic-release/npm',
],
ci: true,
Expand Down
Loading

0 comments on commit 889d7e2

Please sign in to comment.