Skip to content

Bump the npm_and_yarn group across 2 directories with 5 updates #619

Bump the npm_and_yarn group across 2 directories with 5 updates

Bump the npm_and_yarn group across 2 directories with 5 updates #619

Workflow file for this run

name: build
permissions: {}
on:
workflow_dispatch:
pull_request:
jobs:
build:
name: Build
runs-on: depot-ubuntu-24.04-arm-8
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare
uses: actions/setup-node@v4
with:
node-version: 24
cache: "npm"
- name: Install
run: npm ci
- name: Check formatting
run: npm run format:check
- name: Build
run: npm run build