From f3e01db8fabfa0f3ae81c4158f91fadf6a54c603 Mon Sep 17 00:00:00 2001 From: NickNaso Date: Mon, 12 Nov 2018 22:13:06 +0100 Subject: [PATCH] Removed 4 and 9 from Node.js version to test on CI --- doc/creating_a_release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/creating_a_release.md b/doc/creating_a_release.md index 1618f03b3..d7918e93d 100644 --- a/doc/creating_a_release.md +++ b/doc/creating_a_release.md @@ -44,7 +44,7 @@ following the style used in publishing the previous release. * Validate all tests pass by running npm test on master. * Use **[CI](https://ci.nodejs.org/view/x%20-%20Abi%20stable%20module%20API/job/node-test-node-addon-api/)** -to validate tests pass for latest 11, 10, 9, 8, 6, 4 releases (note there are still some issues on SmartOS and +to validate tests pass for latest 11, 10, 8, 6 releases (note there are still some issues on SmartOS and Windows in the testing). * Do a clean checkout of node-add-api.