From 90f29f0fe374bcd6bdd5caecea3a024b87de0052 Mon Sep 17 00:00:00 2001 From: exoego Date: Tue, 5 Dec 2023 17:12:44 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 977fbe8..96952ae 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ axios.request({ # Note -- Since, this adapter relies on fetch API so it won't work in Node environment +- Node 17.5 or later is required to use this adapter in Node environment.