Skip to content

Commit

Permalink
Drop support for Node 10
Browse files Browse the repository at this point in the history
Jest 28 dropped Node 10 support as well
  • Loading branch information
Valentin Palkovič authored and valentinpalkovic committed May 6, 2022
1 parent 490073d commit d5fdb7a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vue2-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,8 @@
"yarn format",
"git add"
]
},
"engines": {
"node": ">10"
}
}
3 changes: 3 additions & 0 deletions packages/vue3-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@
"yarn format",
"git add"
]
},
"engines": {
"node": ">10"
}
}

0 comments on commit d5fdb7a

Please sign in to comment.