Skip to content

build(deps-dev): bump svgo from 4.0.0 to 4.0.1 in /frontend #1925

build(deps-dev): bump svgo from 4.0.0 to 4.0.1 in /frontend

build(deps-dev): bump svgo from 4.0.0 to 4.0.1 in /frontend #1925

Workflow file for this run

name: Build Frontend
on:
pull_request:
paths:
- 'frontend/**'
- 'Makefile'
- '.github/**'
jobs:
build:
name: Frontend Build Steps
runs-on: ubuntu-24.04
strategy:
matrix:
node-version: [24]
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: ${{ matrix.node-version }}
- name: run ci
run: |
make ci
working-directory: frontend
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
if: ${{ !cancelled() }}
with:
name: playwright-report
path: frontend/playwright-report/
retention-days: 3