fix: build package with node 16
This commit is contained in:
parent
8d81eae32d
commit
d3cd63f724
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user