From e95761696bb8b6a9db9ccb6d56f4a1360101d46f Mon Sep 17 00:00:00 2001 From: Umidbek Karimov <4734297+umidbekk@users.noreply.github.com> Date: Mon, 3 Oct 2022 13:19:49 +0300 Subject: [PATCH] chore: Drop NodeJS 12 support --- .codesandbox/ci.json | 2 +- .github/workflows/main.yml | 2 +- package.json | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.codesandbox/ci.json b/.codesandbox/ci.json index 5072731..864c1f5 100644 --- a/.codesandbox/ci.json +++ b/.codesandbox/ci.json @@ -1,4 +1,4 @@ { - "node": "12", + "node": "14", "buildCommand": false } diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0530497..c2b3cee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - node: [12, 14, 16] + node: [14, 16, 18] steps: - uses: umidbekk/actions/prepare-node-repo@v2 diff --git a/package.json b/package.json index 4b2f086..0ce2b2c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,6 @@ "prettier": ">=2" }, "engines": { - "node": ">=12", - "npm": ">=7" + "node": ">=14" } }