Skip to content

build(deps): bump @headlessui/vue from 1.7.13 to 1.7.16 #600

build(deps): bump @headlessui/vue from 1.7.13 to 1.7.16

build(deps): bump @headlessui/vue from 1.7.13 to 1.7.16 #600

Workflow file for this run

name: Tests
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn
- run: yarn test:unit:coverage
- run: yarn test:e2e
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}