From 42ce733ee493415b77a7b6b9f643e05423c74bc3 Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 6 May 2020 13:45:16 -0600 Subject: [PATCH] Bump pkg.engines -> Node 14.x --- README.md | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 114aa03..1d04626 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ A **[Tape.js][]** test runner and watcher for modern JavaScript. Works with both [![Latest Status](https://github.com/vanillaes/csv-es/workflows/Latest/badge.svg)](https://github.com/vanillaes/tape-es/actions) [![Release Status](https://github.com/vanillaes/csv-es/workflows/Release/badge.svg)](https://github.com/vanillaes/tape-es/actions) -

⚠️ Notice: EcmaScript Module Support in Node is Experimental ⚠️

- ## Features - runs ES module tests @@ -17,7 +15,7 @@ A **[Tape.js][]** test runner and watcher for modern JavaScript. Works with both - uses sensible defaults - works with `type: module` packages -*Note: Since this is an ES package, it requires Node >= v13.2* +*Note: Since this is an ES package, it requires Node >= v14.x* ## tape-es diff --git a/package.json b/package.json index 787d452..57e7e31 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "parser": "babel-eslint" }, "engines": { - "node": ">=13.2" + "node": "~14" } }