From 553c0393b3e39f392f5ee3e5cdf7a6a0e8f91b83 Mon Sep 17 00:00:00 2001 From: robinmoisson Date: Sun, 2 Apr 2023 11:25:48 +0200 Subject: [PATCH] update migrating guide with required node version --- MIGRATING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MIGRATING.md b/MIGRATING.md index 2c74b4c..267fef7 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -10,6 +10,8 @@ There are a few breaking changes, but they should be easy to fix. If you have an 3.x works with WebCrypto exclusively, which is only available on HTTPS and localhost. If you need access to the file over HTTP, you'll need to stay on 2.x. +The minimum node version is now 16. If you need to stay on a lower number, you'll need to stay on 2.x and use the cryptoJS engine. + #### The CLI When encrypting `secret.html`, the CLI will now create a folder with your encrypted file `encrypted/secret.html`. It will not create a `secret_encrypted.html` file anymore.