Skip to content

chore(deps): update dependency nyc to v17 #1212

chore(deps): update dependency nyc to v17

chore(deps): update dependency nyc to v17 #1212

Workflow file for this run

on: push
name: Build and deploy on push
jobs:
yarnInstall:
name: yarn install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v4
with:
node-version: 16
- run: yarn install
- run: yarn test
- run: yarn coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- run: yarn exec semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}