Skip to content

build(deps-dev): bump webpack from 5.88.1 to 5.88.2 #535

build(deps-dev): bump webpack from 5.88.1 to 5.88.2

build(deps-dev): bump webpack from 5.88.1 to 5.88.2 #535

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
javascript:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build