From 57345250bd7f9737e0b4fb6ab176982bf31523c3 Mon Sep 17 00:00:00 2001 From: Hexagon Date: Wed, 3 Nov 2021 21:01:24 +0100 Subject: [PATCH] Remove Node 10.x as development target --- .github/workflows/node.js.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3c7bee0..b676104 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/README.md b/README.md index 44709ed..043a7e1 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Done! Developer setup ======== -Install node.js, exact procedure is dependant on platform and distribution. +Install node.js (development require >=12.0), exact procedure is dependant on platform and distribution. Clone this repo ```bash