From abc182cebc44b257853cb9cb9bf3a11785141ea8 Mon Sep 17 00:00:00 2001 From: Patrick Juchli Date: Sat, 31 Oct 2020 09:06:12 +0100 Subject: [PATCH] Include Node 15.x in tests --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ed1ed96..9cb343f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 13.x, 14.x] + node-version: [10.x, 12.x, 13.x, 14.x, 15.x] steps: - uses: actions/checkout@v1