diff --git a/.github/workflows/push-build.yaml b/.github/workflows/push-build.yaml index fc17bef3..47aa02f4 100644 --- a/.github/workflows/push-build.yaml +++ b/.github/workflows/push-build.yaml @@ -2,13 +2,14 @@ on: - push - pull_request + jobs: cache-and-install: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: - node-version: [ 16.x, 18.x ] + node-version: [ 18.x ] os: [ ubuntu-latest, windows-latest, macos-latest ] experimental: [ true ]