Skip to content

build(deps): Bump the chunkd group with 5 updates #2807

build(deps): Bump the chunkd group with 5 updates

build(deps): Bump the chunkd group with 5 updates #2807

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version-file: '.node-version'
- run: npm ci
- run: npm run build
- run: npm run check
- run: npm run test
- uses: blacha/hyperfine-action@v1