Skip to content

fix(deps): bump react-medium-image-zoom from 4.4.3 to 5.2.10 #1231

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

fix(deps): bump react-medium-image-zoom from 4.4.3 to 5.2.10 #1231

Workflow file for this run

name: Lint & Verify
on:
pull_request:
workflow_dispatch:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate package.json
uses: ExpediaGroup/package-json-validator@v1
with:
rules: ranges
dependency-types: |
dependencies
devDependencies
- uses: actions/[email protected]
with:
node-version-file: '.nvmrc'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install Dependencies
run: npm ci
- name: Validate Copyright Headers
run: npm run verify:headers
- name: Build and Lint
run: |
npm run generate
npm run build:backend
npm run lint