From e60f47c1474ff0eef8da9c69f489fc1e8c22e3e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 20:50:40 +0200 Subject: [PATCH] chore(deps-dev): bump c8 from 9.1.0 to 10.1.2 (#139) * 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](https://github.com/bcoe/c8/compare/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] * Update package.json Signed-off-by: Thomas * Update ci.yml Signed-off-by: Thomas --------- Signed-off-by: dependabot[bot] Signed-off-by: Thomas Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas --- .github/workflows/ci.yml | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7724e92..ddd8318 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ on: pull_request: env: - default_node_version: 14 + default_node_version: 16 jobs: test: @@ -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 diff --git a/package.json b/package.json index d2f85a1..ef40e45 100644 --- a/package.json +++ b/package.json @@ -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", @@ -43,6 +43,6 @@ "typescript": "^5.2.2" }, "engines": { - "node": ">=14" + "node": ">=16" } }