From d3cd63f7241aba0c34e8b7dcf433fc5ddc799c16 Mon Sep 17 00:00:00 2001 From: ppetzold Date: Mon, 20 Jun 2022 10:53:46 +0200 Subject: [PATCH] fix: build package with node 16 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5089fd..df0b173 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,7 +27,7 @@ jobs: - run: npm run test:cov - run: bash <(curl -s https://codecov.io/bash) - name: Semantic Release - if: github.event_name == 'push' && matrix.node-version == '14.x' + if: github.event_name == 'push' && matrix.node-version == '16.x' uses: cycjimmy/semantic-release-action@v2 env: GH_TOKEN: ${{ secrets.GH_TOKEN }}