fix: build package with node 16

This commit is contained in:
ppetzold 2022-06-20 10:53:46 +02:00
parent 8d81eae32d
commit d3cd63f724

View File

@ -27,7 +27,7 @@ jobs:
- run: npm run test:cov - run: npm run test:cov
- run: bash <(curl -s https://codecov.io/bash) - run: bash <(curl -s https://codecov.io/bash)
- name: Semantic Release - 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 uses: cycjimmy/semantic-release-action@v2
env: env:
GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}