Skip to content

build(deps): bump dompurify and swagger-ui-react #45

build(deps): bump dompurify and swagger-ui-react

build(deps): bump dompurify and swagger-ui-react #45

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- master
paths-ignore:
- .github/**
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18.18.2'
- name: Install pnpm and dependencies
run: |
npm install -g pnpm@8.8.0
pnpm install
- name: Build production
run: pnpm run build