Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.0.0 to 8.3.0 #585

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.0.0 to 8.3.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.0.0 to 8.3.0 #585

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Node.js setup
uses: actions/setup-node@v4
with:
node-version: 20
- name: Build
run: |
npm ci
npm run format
npm run lint
npm run build
npm run pack