Skip to content

chore(deps-dev): bump eslint-plugin-unicorn from 56.0.1 to 62.0.0 #9

chore(deps-dev): bump eslint-plugin-unicorn from 56.0.1 to 62.0.0

chore(deps-dev): bump eslint-plugin-unicorn from 56.0.1 to 62.0.0 #9

Workflow file for this run

name: Benchmark
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
name: Benchmark
steps:
- uses: actions/checkout@v6
- name: Setup node
uses: actions/setup-node@v5
with:
node-version: 24
cache: "npm"
- run: npm ci
- run: npm run build
- run: npm run bench