Skip to content

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

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

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

Workflow file for this run

name: Test
on: push
jobs:
ubuntu-latest:
name: Ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Sync node version and setup cache
uses: actions/setup-node@v4
with:
node-version: 18
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm build
- name: Lint
run: pnpm lint