Skip to content

build(deps): bump vue from 3.4.19 to 3.4.23 #180

build(deps): bump vue from 3.4.19 to 3.4.23

build(deps): bump vue from 3.4.19 to 3.4.23 #180

Workflow file for this run

name: Node.js CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['20']
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
# Setup Node
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: '${{ matrix.node }}'
cache: 'npm'
- run: npm ci
- name: Build frontend
run: npm run build