Skip to content

Bump date-fns from 2.30.0 to 3.0.0 #936

Bump date-fns from 2.30.0 to 3.0.0

Bump date-fns from 2.30.0 to 3.0.0 #936

Workflow file for this run

---
name: build-test
on:
pull_request:
push:
branches:
- main
- releases/*
jobs:
build:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/[email protected]
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci
- name: Run all tests
run: npm run all