Skip to content

Commit

Permalink
Bump pkg.engines -> Node 14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
evanplaice committed May 6, 2020
1 parent 79b3aaa commit 42ce733
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ 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)

<p align="center"><strong>⚠️ Notice: EcmaScript Module Support in Node is Experimental ⚠️</strong></p>

## Features

- runs ES module tests
- runs tests in parallel for speed
- 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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"parser": "babel-eslint"
},
"engines": {
"node": ">=13.2"
"node": "~14"
}
}

0 comments on commit 42ce733

Please sign in to comment.