Skip to content

chore(deps-dev): Bump html-webpack-plugin from 5.6.0 to 5.6.3 #827

chore(deps-dev): Bump html-webpack-plugin from 5.6.0 to 5.6.3

chore(deps-dev): Bump html-webpack-plugin from 5.6.0 to 5.6.3 #827

Workflow file for this run

name: Test website compile
on:
push:
branches:
- "*"
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.x
- run: npm ci
- run: npm run build