Skip to content

Revert back to moment.js from date-fns #216

Revert back to moment.js from date-fns

Revert back to moment.js from date-fns #216

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm audit
- run: npm run eslint
- run: npm test
- run: npm run build