Skip to content

Commit

Permalink
Update workflows and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Oct 28, 2023
1 parent 85ed020 commit 01ec966
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 92 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
steps:
- name: Prepare source
uses: myrotvorets/composite-actions/node-prepublish@master

publish:
name: Publish package (${{ matrix.registry }})
runs-on: ubuntu-latest
Expand All @@ -35,6 +34,7 @@ jobs:
contents: read
packages: write
statuses: write
id-token: write
strategy:
matrix:
registry:
Expand Down
168 changes: 79 additions & 89 deletions package-lock.json

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

13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/supertest": "^2.0.15",
"c8": "^8.0.1",
"chai": "^4.3.10",
"eslint-formatter-gha": "^1.4.2",
"eslint-formatter-gha": "^1.4.3",
"eslint-plugin-mocha": "^10.2.0",
"express": "^4.18.2",
"mocha": "^10.2.0",
Expand All @@ -54,7 +54,16 @@
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myrotvorets/express-request-logger.git"
},
"bugs": {
"url": "https://github.com/myrotvorets/express-request-logger/issues"
},
"homepage": "https://github.com/myrotvorets/express-request-logger#readme",
"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
}
}

0 comments on commit 01ec966

Please sign in to comment.