Skip to content

build(deps-dev): bump eslint from 9.38.0 to 9.39.0 (#1246) #4311

build(deps-dev): bump eslint from 9.38.0 to 9.39.0 (#1246)

build(deps-dev): bump eslint from 9.38.0 to 9.39.0 (#1246) #4311

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