Skip to content

Bump terser-webpack-plugin from 5.3.10 to 5.3.11 in /ui (#28) #121

Bump terser-webpack-plugin from 5.3.10 to 5.3.11 in /ui (#28)

Bump terser-webpack-plugin from 5.3.10 to 5.3.11 in /ui (#28) #121

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build extension
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: NPM Install
run: npm install
- name: Build extension
run: npm run build