diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd055797..f3f86e30 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,6 @@ jobs: strategy: matrix: node: - - 10 - 12 - 14 - 16 diff --git a/package.json b/package.json index 0adf6cd3..0b66b3d7 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,9 @@ "ts-node": "^10.0.0", "typescript": "^4.1.5" }, + "engines": { + "node": ">= 12" + }, "publishConfig": { "access": "public" }, @@ -55,7 +58,10 @@ "@pika/plugin-ts-standard-pkg" ], [ - "@pika/plugin-build-node" + "@pika/plugin-build-node", + { + "minNodeVersion": "12" + } ], [ "@pika/plugin-build-web"