From 4d89d9f2855eb3a00a5be1669b947743415b01dc Mon Sep 17 00:00:00 2001 From: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com> Date: Wed, 24 Apr 2024 03:46:00 -0700 Subject: [PATCH] Docs: Fixes #10234: Mark Node 18 as the earliest supported version (#10362) --- package.json | 2 +- readme/dev/BUILD.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1fd8d6825..c8d15952e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "git+https://github.com/laurent22/joplin.git" }, "engines": { - "node": ">=16" + "node": ">=18" }, "scripts": { "buildApiDoc": "yarn workspace joplin start apidoc ../../readme/api/references/rest_api.md", diff --git a/readme/dev/BUILD.md b/readme/dev/BUILD.md index acad4aa83..a27fb7b2d 100644 --- a/readme/dev/BUILD.md +++ b/readme/dev/BUILD.md @@ -18,7 +18,7 @@ There are also a few forks of existing packages under the "fork-*" name. ## Required dependencies -- Install Node 16+. On Windows, also install the build tools - https://nodejs.org/en/ +- Install Node 18+. On Windows, also install the build tools - https://nodejs.org/en/ - [Enable Yarn](https://yarnpkg.com/getting-started/install): `corepack enable` - macOS: Install Cocoapods - `brew install cocoapods`. Apple Silicon [may require libvips](https://github.com/laurent22/joplin/pull/5966#issuecomment-1007158597) - `brew install vips`. - Linux: Install dependencies - `sudo apt install build-essential libnss3 libsecret-1-dev python rsync libgbm-dev libatk-bridge2.0-0 libgtk-3.0 libasound2`