diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000000..3f430af82b3 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v18 diff --git a/package.json b/package.json index e806140e901..7570f36fa2d 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,11 @@ "repository": "https://github.com/fern-api/fern", "author": "Birch Solutions, Inc.", "private": true, + "engines": { + "npm": "please-use-pnpm", + "pnpm": ">= 9.0.0", + "node": ">=18.0.0" + }, "scripts": { "clean": "pnpm -r clean", "compile": "pnpm -r --no-bail compile",