Skip to content

Commit

Permalink
Merge branch 'main' into fix-codecov-2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Nov 13, 2024
2 parents 505eafe + c2b1056 commit a7e1f57
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 47 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:

jobs:
release:
permissions:
contents: write
id-token: write
runs-on: [ubuntu-latest]
strategy:
matrix:
Expand Down
92 changes: 47 additions & 45 deletions package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
}
}
},
"publishConfig": {
"provenance": true
},
"pre-commit": [
"lint"
],
Expand All @@ -116,7 +119,7 @@
"help-me": "^5.0.0",
"lru-cache": "^10.0.1",
"minimist": "^1.2.8",
"mqtt-packet": "^9.0.0",
"mqtt-packet": "^9.0.1",
"number-allocator": "^1.0.14",
"readable-stream": "^4.4.2",
"reinterval": "^1.1.0",
Expand Down Expand Up @@ -167,4 +170,4 @@
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}
}

0 comments on commit a7e1f57

Please sign in to comment.