From 6bcb387c6b2bd56aa731ee53e468e2fff5434366 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Tue, 24 Nov 2020 02:57:29 +0100 Subject: [PATCH] chore(deps): remove 15.2.1 (jobs.test.strategy.matrix.node-version) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5cd096b..9173a91f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,6 @@ jobs: matrix: node-version: - 14.15.1 - - 15.2.1 steps: - uses: actions/checkout@v2 - name: Cache node modules