Skip to content

build(deps-dev): bump the typescript-eslint group with 2 updates #4329

build(deps-dev): bump the typescript-eslint group with 2 updates

build(deps-dev): bump the typescript-eslint group with 2 updates #4329

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v6
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm ci --prefer-offline
- name: Build package
run: npm run build
- name: Lint package
run: npm run lint:package