Skip to content

build(deps): Bump date-fns from 3.6.0 to 4.1.0 in /ui #55

build(deps): Bump date-fns from 3.6.0 to 4.1.0 in /ui

build(deps): Bump date-fns from 3.6.0 to 4.1.0 in /ui #55

Workflow file for this run

name: Build User Tasks
on:
pull_request:
workflow_call:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
cache: npm
cache-dependency-path: package-lock.json
node-version: 20
- name: Install Dependencies
run: npm install
- name: Lint
run: npm run lint -ws
- name: Build
run: npm run build -ws