Skip to content

chore(deps): bump html-webpack-plugin from 5.5.0 to 5.5.3 #968

chore(deps): bump html-webpack-plugin from 5.5.0 to 5.5.3

chore(deps): bump html-webpack-plugin from 5.5.0 to 5.5.3 #968

Workflow file for this run

name: test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [v18.16.0]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Web
run: |
npm install
npm run test
env:
CI: true