Skip to content

logging: info for messages from worker and storage changes, disable d… #33

logging: info for messages from worker and storage changes, disable d…

logging: info for messages from worker and storage changes, disable d… #33

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'npm'
- run: npm ci
- run: npm test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'npm'
- run: npm ci
- run: npm run dist