Skip to content

build(deps): Bump next from 14.2.18 to 15.0.3 in /ui #46

build(deps): Bump next from 14.2.18 to 15.0.3 in /ui

build(deps): Bump next from 14.2.18 to 15.0.3 in /ui #46

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