Skip to content

Commit

Permalink
chore(deps-dev): bump the major-dev-dependencies group with 1 update (#…
Browse files Browse the repository at this point in the history
…263)

* chore(deps-dev): bump the major-dev-dependencies group with 1 update

Bumps the major-dev-dependencies group with 1 update: [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next).

- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.0.0/packages/eslint-config-next)

---
updated-dependencies:
- dependency-name: eslint-config-next
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major-dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: bump node version to 20

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dustin-jw <[email protected]>
  • Loading branch information
dependabot[bot] and dustin-jw authored Oct 30, 2023
1 parent fa1c892 commit 368899d
Show file tree
Hide file tree
Showing 4 changed files with 818 additions and 1,242 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]

steps:
- name: Checkout repository
Expand Down
Loading

0 comments on commit 368899d

Please sign in to comment.