Skip to content

Commit

Permalink
feat: drop NodeJS v10 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for NodeJS <= 12
  • Loading branch information
wolfy1339 committed Apr 27, 2021
1 parent 59ca663 commit d09590f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -13,7 +13,6 @@ jobs:
strategy:
matrix:
node:
- 10
- 12
- 14
- 16
Expand Down
8 changes: 7 additions & 1 deletion package.json
Expand Up @@ -48,6 +48,9 @@
"ts-node": "^9.1.1",
"typescript": "^4.1.5"
},
"engines": {
"node": ">= 12"
},
"publishConfig": {
"access": "public"
},
Expand All @@ -57,7 +60,10 @@
"@pika/plugin-ts-standard-pkg"
],
[
"@pika/plugin-build-node"
"@pika/plugin-build-node",
{
"minNodeVersion": "12"
}
],
[
"@pika/plugin-build-web"
Expand Down

0 comments on commit d09590f

Please sign in to comment.