Skip to content

chore(deps-dev): bump webpack-cli from 4.10.0 to 5.1.1 #396

chore(deps-dev): bump webpack-cli from 4.10.0 to 5.1.1

chore(deps-dev): bump webpack-cli from 4.10.0 to 5.1.1 #396

Workflow file for this run

name: tests
on:
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
name: JavaScript tests
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
with:
node-version: 14
- name: Installing dependencies
run: npm ci
- name: Execute gulp build
run: gulp build
- name: Execute bundlewatch
run: npm run bundlewatch