Skip to content

chore(deps): bump TestableIO.System.IO.Abstractions from 21.1.3 to 21.3.1 in /src/shell/dotnet/Shell #932

chore(deps): bump TestableIO.System.IO.Abstractions from 21.1.3 to 21.3.1 in /src/shell/dotnet/Shell

chore(deps): bump TestableIO.System.IO.Abstractions from 21.1.3 to 21.3.1 in /src/shell/dotnet/Shell #932

Workflow file for this run

name: GH Page PR Build
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: ./site
permissions:
contents: read
packages: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Use Node.js
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@morganstanley'
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm run build