Skip to content

build(deps): lock file maintenance (#2427) #4793

build(deps): lock file maintenance (#2427)

build(deps): lock file maintenance (#2427) #4793

Workflow file for this run

name: Node CI
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: actions/setup-node@v7
with:
node-version: 24.19.0
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build