Skip to content

build(deps): update date-fns to 3.0.0 #1038

build(deps): update date-fns to 3.0.0

build(deps): update date-fns to 3.0.0 #1038

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --immutable
- name: Run tests
run: yarn test