Skip to content

build(npm): Correct bin path as proposed by 'npm pkg fix' #73

build(npm): Correct bin path as proposed by 'npm pkg fix'

build(npm): Correct bin path as proposed by 'npm pkg fix' #73

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: General checks, tests and coverage reporting
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.14.2
uses: actions/[email protected]
with:
node-version: 18.14.2
- name: Install dependencies
run: npm ci
- name: Perfrom Licenses check
run: npm run check-licenses
- name: Perform dependency check
run: npm run depcheck
- name: Perform checks and tests
run: npm test
env:
NODE_OPTIONS: ""