Skip to content

build(deps-dev): bump typescript-eslint from 8.61.1 to 8.62.0 in the eslint group across 1 directory #6955

build(deps-dev): bump typescript-eslint from 8.61.1 to 8.62.0 in the eslint group across 1 directory

build(deps-dev): bump typescript-eslint from 8.61.1 to 8.62.0 in the eslint group across 1 directory #6955

Workflow file for this run

name: build
on: [push, pull_request]
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Use Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Build package
run: npm run build
- name: Run benchmark
run: npm run benchmark