From 522ab5df0f0eada39e4a41755f2a66099a4facad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Thu, 12 Sep 2019 00:06:53 +0200 Subject: [PATCH] Fix --- .../yield-star/return-method-with-finally-2/options.json | 2 +- .../test/fixtures/yield-star/return-method/options.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-plugin-proposal-async-generator-functions/test/fixtures/yield-star/return-method-with-finally-2/options.json b/packages/babel-plugin-proposal-async-generator-functions/test/fixtures/yield-star/return-method-with-finally-2/options.json index 9c9cbe395b24..7edb6d2fc815 100644 --- a/packages/babel-plugin-proposal-async-generator-functions/test/fixtures/yield-star/return-method-with-finally-2/options.json +++ b/packages/babel-plugin-proposal-async-generator-functions/test/fixtures/yield-star/return-method-with-finally-2/options.json @@ -1,3 +1,3 @@ { - "minNodeVersion": 8 + "minNodeVersion": "8.0.0" } \ No newline at end of file diff --git a/packages/babel-plugin-proposal-async-generator-functions/test/fixtures/yield-star/return-method/options.json b/packages/babel-plugin-proposal-async-generator-functions/test/fixtures/yield-star/return-method/options.json index 9c9cbe395b24..7edb6d2fc815 100644 --- a/packages/babel-plugin-proposal-async-generator-functions/test/fixtures/yield-star/return-method/options.json +++ b/packages/babel-plugin-proposal-async-generator-functions/test/fixtures/yield-star/return-method/options.json @@ -1,3 +1,3 @@ { - "minNodeVersion": 8 + "minNodeVersion": "8.0.0" } \ No newline at end of file