Skip to content

Bump webpack from 4.40.0 to 5.94.0 #315

Bump webpack from 4.40.0 to 5.94.0

Bump webpack from 4.40.0 to 5.94.0 #315

Workflow file for this run

name: Test Circulation-Web
on:
[push, pull_request]
jobs:
test-circulation-web:
name: Run Circulation-Web Tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '20.x'
- name: Install dependencies
run: npm ci
- name: Run tests
env:
TZ: America/New_York
run: npm test