Skip to content

Commit

Permalink
Bump next from 13.5.6 to 14.1.1 in /docs (#143)
Browse files Browse the repository at this point in the history
* Bump next from 13.5.6 to 14.1.1 in /docs

Bumps [next](https://github.com/vercel/next.js) from 13.5.6 to 14.1.1.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v13.5.6...v14.1.1)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

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

* Update doc-preview workflow to use nodejs v20

* Update docs workflow to use nodejs v20

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael B. Klein <[email protected]>
  • Loading branch information
dependabot[bot] and mbklein authored May 10, 2024
1 parent 7f50583 commit 0a6891a
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 71 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: npm
- name: Restore cache
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: npm
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down
119 changes: 51 additions & 68 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"next": "13.5.6",
"next": "14.1.1",
"next-mdx-remote": "^4.4.1",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",
Expand Down

0 comments on commit 0a6891a

Please sign in to comment.