Skip to content

fix: fixing ERR_INVALID_THIS in processor logger #136

fix: fixing ERR_INVALID_THIS in processor logger

fix: fixing ERR_INVALID_THIS in processor logger #136

Workflow file for this run

name: CI pipeline
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v3
- name: Node install
uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build