Skip to content

Bump bootstrap from 3.3.6 to 5.0.0 #314

Bump bootstrap from 3.3.6 to 5.0.0

Bump bootstrap from 3.3.6 to 5.0.0 #314

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