Skip to content

Bump webpack-cli from 5.0.1 to 5.1.4 #1145

Bump webpack-cli from 5.0.1 to 5.1.4

Bump webpack-cli from 5.0.1 to 5.1.4 #1145

Workflow file for this run

name: Test changes
on:
push:
branches-ignore:
- main
- 'skip-ci-tests/*'
jobs:
unit:
name: Run unit tests on ${{ matrix.os }} and collect coverage
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: '18.x'
- run: npm ci
- run: npm run build
- run: npm run test:ci