Skip to content

build(deps-dev): bump terser from 5.27.0 to 5.31.0 #190

build(deps-dev): bump terser from 5.27.0 to 5.31.0

build(deps-dev): bump terser from 5.27.0 to 5.31.0 #190

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