Skip to content

build(deps): update date-fns to 3.6.0 #1043

build(deps): update date-fns to 3.6.0

build(deps): update date-fns to 3.6.0 #1043

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