From dcabf2627b37761069b74db8883d4dbd3b913f30 Mon Sep 17 00:00:00 2001 From: Bobby Warner Date: Sat, 14 Nov 2020 07:00:07 -0600 Subject: [PATCH] Fix setup error by adding Node 15 --- .github/workflows/validate.yml | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 785faa4b..b6600f70 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -5,7 +5,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node: [10.13, 12, 14] + node: [10.13, 12, 14, 15] runs-on: ${{ matrix.os }} steps: - name: ⬇️ Checkout repo diff --git a/README.md b/README.md index cd554558..f3638afb 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ ## System Requirements - [git][git] v2.13 or greater -- [NodeJS][node] `^10.13 || 12 || 14` +- [NodeJS][node] `^10.13 || 12 || 14 || 15` - [npm][npm] v6 or greater All of these must be available in your `PATH`. To verify things are set up diff --git a/package.json b/package.json index 8e80ada2..7e097ae5 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "GPL-3.0-only", "main": "src/index.js", "engines": { - "node": "^10.13 || 12 || 14", + "node": "^10.13 || 12 || 14 || 15", "npm": ">=6" }, "dependencies": {