Skip to content

chore(deps-dev): Bump html-loader from 5.0.0 to 5.1.0 #793

chore(deps-dev): Bump html-loader from 5.0.0 to 5.1.0

chore(deps-dev): Bump html-loader from 5.0.0 to 5.1.0 #793

Workflow file for this run

name: Test website compile
on:
push:
branches:
- "*"
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14.x
- run: npm ci
- run: npm run build