Skip to content

Commit

Permalink
Disable tests on Node.js 6
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Feb 16, 2023
1 parent a838a8f commit 8300e6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
@@ -1,3 +1,4 @@
{
"plugins": ["proposal-regexp-modifiers"]
"plugins": ["proposal-regexp-modifiers"],
"minNodeVersion": "8.0.0"
}
@@ -1,3 +1,4 @@
{
"plugins": ["proposal-regexp-modifiers", "transform-unicode-regex"]
"plugins": ["proposal-regexp-modifiers", "transform-unicode-regex"],
"minNodeVersion": "8.0.0"
}

0 comments on commit 8300e6e

Please sign in to comment.