Skip to content

fix(luxon): use standalone month tokens (LLL/LLLL) instead of MMM/MMMM #645

fix(luxon): use standalone month tokens (LLL/LLLL) instead of MMM/MMMM

fix(luxon): use standalone month tokens (LLL/LLLL) instead of MMM/MMMM #645

Workflow file for this run

name: Test
on: [pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 'lts/*'
- name: Install Dependencies
run: yarn install
- name: Unit Test & Linting
run: yarn test
- name: Build
run: yarn build