Skip to content

Commit

Permalink
chore(deps): bump nyc from 17.0.0 to 17.1.0 (#371)
Browse files Browse the repository at this point in the history
* chore(deps): bump nyc from 17.0.0 to 17.1.0

Bumps [nyc](https://github.com/istanbuljs/nyc) from 17.0.0 to 17.1.0.
- [Release notes](https://github.com/istanbuljs/nyc/releases)
- [Changelog](https://github.com/istanbuljs/nyc/blob/main/CHANGELOG.md)
- [Commits](istanbuljs/nyc@nyc-v17.0.0...nyc-v17.1.0)

---
updated-dependencies:
- dependency-name: nyc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* ci: fix missing env

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Samuel <samuelincognito@gmail.com>
  • Loading branch information
dependabot[bot] and JustSamuel authored Oct 21, 2024
1 parent 52c115d commit 25009ca
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
typeorm-database: local.sqlite
typeorm-synchronize: 'true'
env:
NAME: sudosos-test
NODE_ENV: development
API_HOST: localhost:3000
API_BASEPATH: /v1
Expand Down Expand Up @@ -167,6 +168,7 @@ jobs:
post-migration-test:
runs-on: ubuntu-latest
env:
NAME: sudosos-test
NODE_ENV: development
API_HOST: localhost:3000
API_BASEPATH: /v1
Expand Down
39 changes: 33 additions & 6 deletions 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
Expand Up @@ -104,7 +104,7 @@
"node-gyp": "^10.2.0",
"node-pre-gyp": "^0.17.0",
"nodemon": "^3.1.4",
"nyc": "^17.0.0",
"nyc": "^17.1.0",
"sinon": "^18.0.1",
"sinon-chai": "^3.7.0",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit 25009ca

Please sign in to comment.