Skip to content

build(deps-dev): bump terser from 5.46.1 to 5.48.0 in /webapp #884

build(deps-dev): bump terser from 5.46.1 to 5.48.0 in /webapp

build(deps-dev): bump terser from 5.46.1 to 5.48.0 in /webapp #884

Workflow file for this run

name: Yarn Prettier
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: webapp
steps:
- uses: actions/checkout@v6
- name: Enable Corepack
run: corepack enable
- name: Setup Node.js and yarn
uses: actions/setup-node@v6
with:
node-version: "24"
cache: "yarn"
cache-dependency-path: "webapp/yarn.lock"
- name: Install WebApp dependencies
run: yarn install --frozen-lockfile
- name: Check Formatting
run: yarn prettier --check src/