Skip to content

format date based on client language #24

format date based on client language

format date based on client language #24

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- master
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install Yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn test