From fd901ef2cf532c4a009dee9248c4f8c0c98c182d Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 20 Mar 2023 05:39:12 +0100 Subject: [PATCH] Run build only on latest ubuntu and node 16 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62cd8aba..23dcb184 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,8 +28,8 @@ jobs: needs: test_lint strategy: matrix: - node: [ '14','16' ] - os: [ windows-latest, ubuntu-latest ] + node: [ '16' ] + os: [ ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: - name: Tell if project is using npm or yarn