From 537f56e129512b38f62f802a8099dc40f5cfa66f Mon Sep 17 00:00:00 2001 From: Daniel Bannert Date: Fri, 28 Jan 2022 11:36:48 +0100 Subject: [PATCH] fix: removed node v12 from the pipe (#309) --- .github/workflows/ci.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d7f7eef41c..b3728ff6b7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node_version: [12, 14, 16, 17] + node_version: [14, 16, 17] include: - os: macos-latest node_version: 16 diff --git a/package.json b/package.json index e7bd58701ae..b6f4f7e950a 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ }, "packageManager": "pnpm@6.26.1", "engines": { - "node": ">=12.0.0", + "node": ">=14.0.0", "npm": ">=7.0.0" } }