Skip to content

fix: change logger.log to logger.error #29

fix: change logger.log to logger.error

fix: change logger.log to logger.error #29

Workflow file for this run

name: Lint and test
on: [push, pull_request]
jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
- run: npm ci
- run: npm run lint
- run: npm t