Skip to content

refactor: use http-errors with appropriate status codes for error han… #252

refactor: use http-errors with appropriate status codes for error han…

refactor: use http-errors with appropriate status codes for error han… #252

Workflow file for this run

name: Tests
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test