From 583b388e73a679bc1eb64723e2ee889b9668ac27 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 18 Oct 2022 09:20:12 +0200 Subject: [PATCH] drop support for node v12 --- .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 cae0d116d..0adcec75a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: - node-version: [12, 14, 15, 16, 17] + node-version: [14, 15, 16, 17] fail-fast: false services: diff --git a/package.json b/package.json index 6a0ba301f..71b7f8e2f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "module": "dist/esm/src/index.js", "version": "1.10.0", "engines": { - "node": "12 || 14 || 15 || 16 || 17" + "node": "14 || 15 || 16 || 17" }, "bin": { "quirrel": "cli.js"