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 <= 10
  • Loading branch information
wolfy1339 committed Jun 26, 2022
1 parent 5972849 commit e60b1a9
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 @@ -46,6 +46,9 @@
"ts-node": "^10.0.0",
"typescript": "^4.1.5"
},
"engines": {
"node": ">= 12"
},
"publishConfig": {
"access": "public"
},
Expand All @@ -55,7 +58,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 e60b1a9

Please sign in to comment.