From 234b75392fc41fe31d37ab29e68efd15e2453a84 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 3 Jun 2021 15:12:02 +0200 Subject: [PATCH] A bit too early for node 16 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb24a28..bf10a2c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: needs: test_lint strategy: matrix: - node: [ '16', '15', '14', '13' ] + node: [ '15', '14', '13' ] os: [ windows-latest, ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: