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
…258)

* 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 266b352 commit 2e0c688
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 740 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

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

steps:
- name: Checkout repository
Expand All @@ -29,4 +29,4 @@ jobs:
run: npm run lint

- name: Test
run: npm run test
run: npm run test
Loading

0 comments on commit 2e0c688

Please sign in to comment.