Skip to content

Commit

Permalink
chore(deps): update dependency semantic-release to v21 (#45)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency semantic-release to v21

* Upgrade release.yml dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex <[email protected]>
  • Loading branch information
renovate[bot] and alxhotel authored Jul 23, 2023
1 parent b52f9d3 commit 52d0056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Cache
uses: actions/cache@v3
with:
Expand All @@ -26,9 +26,9 @@ jobs:
restore-keys: |
${{ runner.os }}-npm-
- name: Install dependencies
run: npm i
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm i
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"devDependencies": {
"@webtorrent/semantic-release-config": "1.0.9",
"abstract-chunk-store": "1.5.0",
"semantic-release": "19.0.5",
"semantic-release": "21.0.7",
"standard": "*",
"tape": "5.6.6"
},
Expand Down

0 comments on commit 52d0056

Please sign in to comment.