From 34bb8d4ef75bbe35f4f27dfa42f42b55ba188ec9 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Tue, 23 Feb 2021 17:16:01 +0000 Subject: [PATCH] fix: test node 14 --- .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 9bac3c7..07afce2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: needs: check strategy: matrix: - node: [12, 14] + node: [14] os: ["ubuntu-latest", "macos-latest", "windows-latest"] runs-on: ${{ matrix.os }} steps: