From 5c46ecc0ed1f7f2db9d42fcec1c7daa69dd2dfac Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Thu, 9 Dec 2021 01:57:03 +0100 Subject: [PATCH] Update CI workflow (changelog ignore) --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ed58c636..4435b228 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,6 @@ jobs: strategy: matrix: node: [ '15', '14', '13' ] - os: [ windows-latest, ubuntu-latest ] name: Test with Node v${{ matrix.node }} steps: - name: Tell if project is using npm or yarn @@ -150,4 +149,4 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} VERSION: ${{ needs.check_if_version_upgraded.outputs.to_version }} - IS_BETA: ${{ needs.check_if_version_upgraded.outputs.is_release_beta }} \ No newline at end of file + IS_BETA: ${{ needs.check_if_version_upgraded.outputs.is_release_beta }}