Skip to content

fix UTC year issue for display over year boundary dates #207

fix UTC year issue for display over year boundary dates

fix UTC year issue for display over year boundary dates #207

Workflow file for this run

name: build-app
on:
[push]
jobs:
build-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: nvmrc
uses: browniebroke/read-nvmrc-action@v1
- uses: actions/setup-node@v2
with:
node-version: '${{ steps.nvmrc.outputs.node_version }}'
cache: 'yarn'
- run: yarn install
- run: yarn build