Skip to content

build(deps-dev): bump @eslint/compat from 1.2.3 to 1.2.4 in the eslint group #3152

build(deps-dev): bump @eslint/compat from 1.2.3 to 1.2.4 in the eslint group

build(deps-dev): bump @eslint/compat from 1.2.3 to 1.2.4 in the eslint group #3152

Workflow file for this run

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