Skip to content

Commit

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

* Update release.yml dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex <alxmorais8@msn.com>
  • Loading branch information
renovate[bot] and alxhotel authored Jul 23, 2023
1 parent 51b2a4b commit 8fec8b5
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: 14
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 @@ -18,7 +18,7 @@
"devDependencies": {
"@webtorrent/semantic-release-config": "1.0.9",
"compact2string": "1.4.1",
"semantic-release": "19.0.5",
"semantic-release": "21.0.7",
"standard": "*",
"tape": "5.6.6"
},
Expand Down

0 comments on commit 8fec8b5

Please sign in to comment.