From 47454ac9462e4def465362fe8b85f450059c0a24 Mon Sep 17 00:00:00 2001 From: Nick McCurdy Date: Fri, 23 Apr 2021 06:23:49 -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 f10f9834..b744b136 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -16,7 +16,7 @@ jobs: if: ${{ !contains(github.head_ref, 'all-contributors') }} strategy: matrix: - node: [10.14.2, 12, 14, 16] + node: [10.14.2, 12, 14, 15, 16] runs-on: ubuntu-latest steps: - name: 🛑 Cancel Previous Runs