Skip to content

build(deps-dev): bump @vitejs/plugin-vue from 6.0.5 to 6.0.7 in /webapp #1877

build(deps-dev): bump @vitejs/plugin-vue from 6.0.5 to 6.0.7 in /webapp

build(deps-dev): bump @vitejs/plugin-vue from 6.0.5 to 6.0.7 in /webapp #1877

Workflow file for this run

name: Yarn Linting
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: Linting
run: yarn lint