Skip to content

refactor(deps)!: remove moment dep and usage #1023

refactor(deps)!: remove moment dep and usage

refactor(deps)!: remove moment dep and usage #1023

Workflow file for this run

name: Build v1
on:
push:
pull_request:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn tsc -p tsconfig.json
- run: yarn test --ci --runInBand