From 9c3326d7ad744319fad0ac5c2783a66abf1bedee Mon Sep 17 00:00:00 2001 From: Niek Palm Date: Tue, 15 Jun 2021 13:57:15 +0200 Subject: [PATCH] fix: remove unsupported node version (#83) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81629f0c..18384ff9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: ["10", "12", "14"] + node-version: ["12", "14"] steps: - uses: actions/checkout@v2 with: