Skip to content

Commit

Permalink
chore(deps): npm update (#7)
Browse files Browse the repository at this point in the history
* chore(deps): npm update

* chore(deps): npm update
  • Loading branch information
MrSwitch authored Apr 8, 2022
1 parent f1b7261 commit 5a989b8
Show file tree
Hide file tree
Showing 3 changed files with 1,601 additions and 567 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- run: npm i
- run: npm test

Expand All @@ -22,28 +22,19 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- run: npm i --no-save @semantic-release/changelog @semantic-release/git
- uses: codfish/semantic-release-action@v1
with:
branches: |
["master"]
["main"]
plugins: |
[
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"package*.json",
"CHANGELOG.md"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/git",
"@semantic-release/github"
]
env:
Expand Down
Loading

0 comments on commit 5a989b8

Please # to comment.