Skip to content

feature: Update addYears function to make it timezone agnostic conversion #254

feature: Update addYears function to make it timezone agnostic conversion

feature: Update addYears function to make it timezone agnostic conversion #254

Workflow file for this run

name: Code quality
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- run: npm install
- name: Types
run: npx tsc --noEmit
- name: Linting
run: npm run lint
- name: Locale snapshots
run: npm run locale-snapshots -- test