Skip to content

Merge branch 'main' of https://github.com/DTrombett/portaleargo-api #467

Merge branch 'main' of https://github.com/DTrombett/portaleargo-api

Merge branch 'main' of https://github.com/DTrombett/portaleargo-api #467

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