Skip to content

Bump html-bundler-webpack-plugin from 2.15.2 to 3.6.0 #205

Bump html-bundler-webpack-plugin from 2.15.2 to 3.6.0

Bump html-bundler-webpack-plugin from 2.15.2 to 3.6.0 #205

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '18']
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: yarn install
-
name: Run tests
run: npm run release