Skip to content

chore(deps-dev): Bump karma-webpack from 5.0.0 to 5.0.1 #1164

chore(deps-dev): Bump karma-webpack from 5.0.0 to 5.0.1

chore(deps-dev): Bump karma-webpack from 5.0.0 to 5.0.1 #1164

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
node:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20']
name: node${{ matrix.node-version }}
steps:
- uses: actions/checkout@v4
- name: Set up node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build