diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 40901325..ddf4bf18 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,7 +14,10 @@ jobs: strategy: matrix: node-version: [14.x] - os: [macos-11.0, ubuntu-latest, windows-latest] + os: + - macos-11.0 + - ubuntu-18.04 + - windows-latest fail-fast: false steps: - name: Checkout