Skip to content

Bump html-webpack-plugin from 5.6.0 to 5.6.3 (#541) #499

Bump html-webpack-plugin from 5.6.0 to 5.6.3 (#541)

Bump html-webpack-plugin from 5.6.0 to 5.6.3 (#541) #499

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: npm run test-coverage