Skip to content

Bump the npm_and_yarn group across 1 directory with 2 updates #10

Bump the npm_and_yarn group across 1 directory with 2 updates

Bump the npm_and_yarn group across 1 directory with 2 updates #10

Workflow file for this run

name: PR Check
on:
pull_request:
permissions:
contents: read
jobs:
build-site:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run build