Skip to content

deps(deps): bump @tsconfig/recommended from 1.0.3 to 1.0.4 #492

deps(deps): bump @tsconfig/recommended from 1.0.3 to 1.0.4

deps(deps): bump @tsconfig/recommended from 1.0.3 to 1.0.4 #492

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