Skip to content

Commit

Permalink
chore(docs): Update to docs build to node 18 (#5030)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Jun 15, 2023
1 parent 7d897aa commit 8cdcb03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"htmlWhitespaceSensitivity": "strict"
},
"engines": {
"node": "16.x"
"node": "18.x"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"packageManager": "pnpm@7.18.2",
"engines": {
"node": "16.x",
"node": "18.x",
"pnpm": "7"
}
}

1 comment on commit 8cdcb03

@vercel
Copy link

@vercel vercel bot commented on 8cdcb03 Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.