Skip to content

Bump html-bundler-webpack-plugin from 3.17.4 to 4.1.0 #83

Bump html-bundler-webpack-plugin from 3.17.4 to 4.1.0

Bump html-bundler-webpack-plugin from 3.17.4 to 4.1.0 #83

Workflow file for this run

name: Build
on: push
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
steps:
-
uses: actions/checkout@v3
-
name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
-
name: Install dependencies
run: yarn install
-
name: Install Playwright
run: npx playwright install --with-deps firefox
-
name: Run tests
run: npm run test && npm run build