Skip to content

chore(deps): bump Infragistics.WPF.Trial from 24.1.39 to 24.1.57 in /src/shell/dotnet/Shell in the infragistics group #699

chore(deps): bump Infragistics.WPF.Trial from 24.1.39 to 24.1.57 in /src/shell/dotnet/Shell in the infragistics group

chore(deps): bump Infragistics.WPF.Trial from 24.1.39 to 24.1.57 in /src/shell/dotnet/Shell in the infragistics group #699

Workflow file for this run

name: GH Page PR Build
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: ./site
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: './site/package-lock.json'
- run: npm ci
- run: npm run build