Skip to content

deps(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.2 #477

deps(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.2

deps(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.2 #477

Workflow file for this run

name: Typescript, eslint and tsup tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Tests with Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npm run test:cli