From f086ae8141b34294353f8ab1a6ddc5f6850a0d37 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Thu, 21 Apr 2022 22:42:46 +0200 Subject: [PATCH] Don't test with 16 for now (trying to fix CI) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2578bc7..88e7c39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,6 @@ jobs: matrix: node: - '14' - - '16' steps: - uses: actions/checkout@v2 - name: Setup node