Skip to content

Update dependency naive-ui to v2.44.1 #1653

Update dependency naive-ui to v2.44.1

Update dependency naive-ui to v2.44.1 #1653

Workflow file for this run

name: Check Tekst-Web build and code style
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./Tekst-Web
steps:
- uses: actions/checkout@v6
- name: Use Node.js 20.14.0
uses: actions/setup-node@v6
with:
node-version: "24.14.0"
cache: "npm"
cache-dependency-path: "./Tekst-Web/package-lock.json"
- run: npm install
- run: npm run build --if-present