Skip to content

[Snyk] Upgrade @vertexvis/viewer-react from 0.23.5 to 0.23.6 #263

[Snyk] Upgrade @vertexvis/viewer-react from 0.23.5 to 0.23.6

[Snyk] Upgrade @vertexvis/viewer-react from 0.23.5 to 0.23.6 #263

Workflow file for this run

name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: 22.x }
- name: Build
run: |
yarn install --frozen-lockfile
yarn build