Skip to content

chore(deps-dev): Bump webpack from 5.90.3 to 5.91.0 #1204

chore(deps-dev): Bump webpack from 5.90.3 to 5.91.0

chore(deps-dev): Bump webpack from 5.90.3 to 5.91.0 #1204

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
jobs:
jest:
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@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test