diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6fa4e7d2ef..8f5e3e3870 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -14,7 +14,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-2019] + #os: [ubuntu-latest, macos-latest, windows-2019] + os: [ubuntu-latest, macos-latest] node: [14, 18] runs-on: ${{ matrix.os }} @@ -43,7 +44,7 @@ jobs: npm test build: - #if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') + if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') strategy: fail-fast: false matrix: @@ -80,7 +81,7 @@ jobs: path: bindings/js/prebuilds/*/*.node deploy: - #if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') + if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') needs: [build] runs-on: ubuntu-latest steps: