Skip to content

build(tsconfig): sourceMaps are already configured in the config #257

build(tsconfig): sourceMaps are already configured in the config

build(tsconfig): sourceMaps are already configured in the config #257

Workflow file for this run

name: Node.js
on:
push:
pull_request:
jobs:
test:
name: Node.js
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: actions/checkout@v4
- run: npm ci || npm install
- run: npm test