diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1292d6e33..0fe4e0b39 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 dbf57cbfb..4377f2fd8 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,9 @@ "ts-node": "^9.1.1", "typescript": "^4.1.5" }, + "engines": { + "node": ">= 12" + }, "publishConfig": { "access": "public" }, @@ -57,7 +60,10 @@ "@pika/plugin-ts-standard-pkg" ], [ - "@pika/plugin-build-node" + "@pika/plugin-build-node", + { + "minNodeVersion": "12" + } ], [ "@pika/plugin-build-web"