Skip to content

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 (#241) #141

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 (#241)

chore(deps): bump @eslint/plugin-kit from 0.2.2 to 0.2.3 (#241) #141

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build