Skip to content

Commit

Permalink
chore(deps-dev): bump c8 from 9.1.0 to 10.1.2 (#139)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump c8 from 9.1.0 to 10.1.2

Bumps [c8](https://github.com/bcoe/c8) from 9.1.0 to 10.1.2.
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v9.1.0...v10.1.2)

---
updated-dependencies:
- dependency-name: c8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

* Update package.json

Signed-off-by: Thomas <tomap@users.noreply.github.com>

* Update ci.yml

Signed-off-by: Thomas <tomap@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Thomas <tomap@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas <tomap@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and tomap authored Aug 25, 2024
1 parent 527961a commit e60f47c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
default_node_version: 14
default_node_version: 16

jobs:
test:
Expand All @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ["14", "16", "18"]
node-version: ["16", "18", "20", "22"]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/js-yaml": "^4.0.5",
"@types/mocha": "^10.0.6",
"@types/node": "^18.11.7",
"c8": "^9.1.0",
"c8": "^10.1.2",
"chai": "^5.0.0",
"eslint": "^8.23.1",
"eslint-config-hexo": "^5.0.0",
Expand All @@ -43,6 +43,6 @@
"typescript": "^5.2.2"
},
"engines": {
"node": ">=14"
"node": ">=16"
}
}

0 comments on commit e60f47c

Please sign in to comment.