Skip to content

Commit 71811ab

Browse files
committed
chore: prevent using Node.js > 18.13.0 in document
1 parent ed6c699 commit 71811ab

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/*
1+
18.12.0

docs/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@textea/json-viewer-docs",
33
"private": true,
4+
"engines": {
5+
"node": ">=16.0.0 <18.13.0"
6+
},
47
"scripts": {
58
"dev": "next",
69
"build": "next build",

0 commit comments

Comments
 (0)