Skip to content

Commit

Permalink
build: raise target versions to NodeJS v14
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jun 26, 2022
1 parent ddbc735 commit 27c209f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -47,7 +47,7 @@
"typescript": "^4.1.5"
},
"engines": {
"node": ">= 12"
"node": ">= 14"
},
"publishConfig": {
"access": "public"
Expand All @@ -60,7 +60,7 @@
[
"@pika/plugin-build-node",
{
"minNodeVersion": "12"
"minNodeVersion": "14"
}
],
[
Expand Down

0 comments on commit 27c209f

Please sign in to comment.