Skip to content

Bump the artifact-actions group with 2 updates #238

Bump the artifact-actions group with 2 updates

Bump the artifact-actions group with 2 updates #238

Workflow file for this run

name: GH Page PR Build
on:
pull_request:
branches:
- main
defaults:
run:
working-directory: ./site
permissions:
contents: none
packages: none
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- 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