From e2bed9e4b0f1c8581edcd8c9867bb7f39a5efb89 Mon Sep 17 00:00:00 2001 From: Sidney Alcantara Date: Tue, 22 Nov 2022 14:59:02 +1100 Subject: [PATCH] temp fix vercel builds breaking on node 18 ``` The prop value with an expression type of JSXFragment could not be resolved. Please file an issue ( https://github.com/jsx-eslint/jsx-ast-utils/issues/new ) to get this fixed immediately. Error: error:0308010C:digital envelope routines::unsupported at String.replace () ``` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ea80114..4b331667 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "typedoc": "typedoc src/atoms/tableScope/index.ts src/atoms/globalScope/index.ts --out typedoc" }, "engines": { - "node": ">=16" + "node": "^16" }, "eslintConfig": { "plugins": [