Skip to content

Merge pull request #207 from DTrombett/dependabot/npm_and_yarn/undici… #468

Merge pull request #207 from DTrombett/dependabot/npm_and_yarn/undici…

Merge pull request #207 from DTrombett/dependabot/npm_and_yarn/undici… #468

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