Skip to content

Commit

Permalink
Update nodejs.yml (#32)
Browse files Browse the repository at this point in the history
* Update nodejs.yml

* version patch

* coverage badge
  • Loading branch information
joebowbeer authored May 1, 2022
1 parent 613c91e commit 02372a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Disable shallow clones for better analysis
- uses: actions/setup-node@v2
with:
node-version: 14
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @joebowbeer/regsync
# @joebowbeer/regsync [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=joebowbeer_regsync&metric=coverage)](https://sonarcloud.io/summary/new_code?id=joebowbeer_regsync)
Publish package versions from one registry into another.

```shell script
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joebowbeer/regsync",
"version": "1.3.14",
"version": "1.3.15",
"description": "Publish package versions from one registry into another",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit 02372a3

Please sign in to comment.