Skip to content

Commit

Permalink
chore(docs): Update to node version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul Kar authored and mehulkar committed Jun 15, 2023
1 parent d461eca commit 4952d0c
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"
}
}

0 comments on commit 4952d0c

Please sign in to comment.