From 47913f0f8af68a85a0f4a6ee764e394ef8a0dd5d Mon Sep 17 00:00:00 2001 From: JPSO <66487668+J-P-S-O@users.noreply.github.com> Date: Wed, 20 Jan 2021 11:42:09 -0300 Subject: [PATCH] Adding Node.js 15 CI --- .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 4e1fe7b255..21f0b4bd96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x, 14.x] + node-version: [10.x, 12.x, 14.x, 15.x] steps: - uses: actions/checkout@v2