Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 3ac9d4b

Browse files
chore(deps-dev): bump the minor-developent-deps group with 4 updates (#129)
* chore(deps-dev): bump the minor-developent-deps group with 4 updates Bumps the minor-developent-deps group with 4 updates: [@readme/eslint-config](https://github.com/readmeio/standards), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [prettier](https://github.com/prettier/prettier) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `@readme/eslint-config` from 14.1.2 to 14.4.2 - [Release notes](https://github.com/readmeio/standards/releases) - [Commits](https://github.com/readmeio/standards/compare/@readme/[email protected]...@readme/[email protected]) Updates `@types/node` from 22.13.1 to 22.13.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `prettier` from 3.4.2 to 3.5.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.2...3.5.2) Updates `vitest` from 3.0.5 to 3.0.7 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/vitest) --- updated-dependencies: - dependency-name: "@readme/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-developent-deps - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-developent-deps - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-developent-deps - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-developent-deps ... Signed-off-by: dependabot[bot] <[email protected]> * fix: builds * ci: running ci on something newer than node 16 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Ursenbach <[email protected]>
1 parent db79d6d commit 3ac9d4b

File tree

3 files changed

+1554
-1577
lines changed

3 files changed

+1554
-1577
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- uses: actions/setup-node@v4
12-
with:
13-
node-version: 16.x
12+
node-version:
13+
- lts/*
1414

1515
- run: npm ci
1616
- run: npm test

0 commit comments

Comments
 (0)