From 63a0a30d4449f20b89be72679fd003d4b9964d58 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 27 Feb 2021 15:18:31 +0100 Subject: [PATCH] update --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e58ea22..9154c7e3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,12 +10,11 @@ on: jobs: test_node: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest strategy: matrix: node: [ '14', '13', '12' ] - os: [ windows-latest, ubuntu-latest ] - name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} + name: Test with Node v${{ matrix.node }} steps: - name: Tell if project is using npm or yarn id: _1