Skip to content

build(deps): bump undici from 5.28.3 to 5.28.4 #14

build(deps): bump undici from 5.28.3 to 5.28.4

build(deps): bump undici from 5.28.3 to 5.28.4 #14

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn test
- run: yarn lint
release:
name: Release
needs: test
if: ${{ github.actor != 'dependabot[bot]' && github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn semantic-release