diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cef0de5..bac81ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,9 +13,9 @@ jobs: strategy: matrix: node_version: - - 12 - 14 - 16 + - 18 steps: - uses: actions/checkout@master - name: "Use Node.js ${{ matrix.node_version }}" diff --git a/package.json b/package.json index 8cbd858..bd5d9fd 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,10 @@ "@pika/plugin-ts-standard-pkg" ], [ - "@pika/plugin-build-node" + "@pika/plugin-build-node", + { + "minNodeVersion": "14" + } ], [ "@pika/plugin-build-web" @@ -100,5 +103,8 @@ "extends": [ "github>octokit/.github" ] + }, + "engines": { + "node": ">= 14" } }