Skip to content

Bump date-fns from 3.6.0 to 4.1.0 (#7234) #20158

Bump date-fns from 3.6.0 to 4.1.0 (#7234)

Bump date-fns from 3.6.0 to 4.1.0 (#7234) #20158

Workflow file for this run

name: check-types
on:
push:
branches:
- development
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Cache node modules
uses: actions/cache@v2
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- name: install dependencies
run: yarn install
- run: yarn check-types