From fc6276969dcc80ea619baa8127bdd502b464ae6a Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Thu, 7 Jul 2022 16:47:56 -0400 Subject: [PATCH 1/6] build(package): set minimal node version in engines field to v14 --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ee6e10a0..b286cbfa 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,10 @@ "@pika/plugin-ts-standard-pkg" ], [ - "@pika/plugin-build-node" + "@pika/plugin-build-node", + { + "minNodeVersion": "14" + } ], [ "@pika/plugin-build-web" @@ -120,5 +123,8 @@ "extends": [ "github>octokit/.github" ] + }, + "engines": { + "node": ">= 14" } } From e927ef39935bdaf88131a30253fdfb7a890f3a7d Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Thu, 7 Jul 2022 16:47:58 -0400 Subject: [PATCH 2/6] ci: stop testing against NodeJS v10, v12 From 16167d018c9669c82f3ae4d0dc93a5f1ba82230d Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Thu, 7 Jul 2022 16:48:00 -0400 Subject: [PATCH 3/6] ci: stop testing against NodeJS v10, v12 From a41ae5a9ff6d08ae2f21c3cbe8524aeaa5bb0cbb Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Thu, 7 Jul 2022 16:48:02 -0400 Subject: [PATCH 4/6] ci: stop testing against NodeJS v10, v12 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df29eda3..f6d5217c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,9 +18,9 @@ jobs: strategy: matrix: node_version: - - 12 - 14 - 16 + - 18 steps: - uses: actions/checkout@master - name: Test with Node.js ${{ matrix.node_version }} From da6504e0eb6f37d4b2ce4008eae65dc3bfad7ba3 Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Thu, 7 Jul 2022 16:48:04 -0400 Subject: [PATCH 5/6] ci: stop testing against NodeJS v10, v12 From d8ace6c243c0070d3d79bd06fe48832305aba1a4 Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Thu, 7 Jul 2022 16:48:06 -0400 Subject: [PATCH 6/6] ci: stop testing against NodeJS v10, v12