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 authored and liuxingbaoyu committed Feb 19, 2023
1 parent 15b6022 commit 6cabb8b
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 6cabb8b

Please sign in to comment.