Skip to content

chore(deps-dev): bump @antfu/eslint-config from 6.7.3 to 7.4.3 #1814

chore(deps-dev): bump @antfu/eslint-config from 6.7.3 to 7.4.3

chore(deps-dev): bump @antfu/eslint-config from 6.7.3 to 7.4.3 #1814

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint-and-test:
name: Test on node ${{ matrix.node-version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [22, 24]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v6.0.1
with:
fetch-depth: 1
- run: corepack enable
- uses: actions/setup-node@v6.1.0
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn lint
- run: yarn build
- run: yarn test:cov