Skip to content

fix(deps): bump react-medium-image-zoom from 4.4.3 to 5.2.5 #5104

fix(deps): bump react-medium-image-zoom from 4.4.3 to 5.2.5

fix(deps): bump react-medium-image-zoom from 4.4.3 to 5.2.5 #5104

Workflow file for this run

name: Build
on:
pull_request:
merge_group:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4.0.2
with:
node-version-file: '.nvmrc'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: npm ci
- name: Build project
run: npm run build
- name: Run tests
run: npm test