From 700372edf6091bc4c08473f90ac7ff8531b193e1 Mon Sep 17 00:00:00 2001 From: Wyatt Pearsall Date: Tue, 9 Oct 2018 10:53:10 -0700 Subject: [PATCH] Add note about support in the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 64b6b57f..6bc8b1a8 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ npm install napajs ``` Other options can be found in [Build Napa.js](https://github.com/Microsoft/napajs/wiki/build-napa.js). +**Note:** Napa.js requires Node versions >= v4.5.0 and < v8.5.0. We are working with the Node.js team on support in newer Node versions. + ## Quick Start ```js var napa = require('napajs');