Skip to content

Bump html-webpack-plugin from 4.5.2 to 5.6.3 #953

Bump html-webpack-plugin from 4.5.2 to 5.6.3

Bump html-webpack-plugin from 4.5.2 to 5.6.3 #953

Workflow file for this run

name: Build
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '16.x'
- name: Build
run: |
yarn
yarn build
- name: Test
run: yarn jest