From 563d01a60a0d4dc2e643d8c6efca1aeedc0f38e3 Mon Sep 17 00:00:00 2001 From: coopflow <38353969+coopflow@users.noreply.github.com> Date: Wed, 21 Oct 2020 11:09:44 +0200 Subject: [PATCH] Add Node.js 15 to the matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afd58e2..aee5c1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x, 12.x, 14.x, 15.x] os: [ubuntu-latest, windows-latest, macOS-latest] steps: