From 18ab5ecd63794404dc98da8f58717ce54995256b Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Fri, 23 Apr 2021 06:29:51 -0400 Subject: [PATCH] chore: continue testing on Node 15 --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 222d4f15..96254996 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -17,7 +17,7 @@ jobs: if: ${{ !contains(github.head_ref, 'all-contributors') }} strategy: matrix: - node: [10.13, 12, 14, 16] + node: [10.13, 12, 14, 15, 16] react: [latest, next, experimental] runs-on: ubuntu-latest steps: