diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2d2088b..d8567db 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,7 +1,7 @@ name: Build on: push: - branches: [ master, main, dev** ] + branches: [ main ] pull_request: env: COV_NODE_VERSION: 16 @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x] + node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v3 - name: Setup Node.js ${{ matrix.node-version }}