Skip to content

build(deps): bump diff from 5.2.0 to 5.2.2 in /site in the npm_and_yarn group across 1 directory #244

build(deps): bump diff from 5.2.0 to 5.2.2 in /site in the npm_and_yarn group across 1 directory

build(deps): bump diff from 5.2.0 to 5.2.2 in /site in the npm_and_yarn group across 1 directory #244

Workflow file for this run

name: GH Page PR Build
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: ./site
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
- name: Use Node.js
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.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