Skip to content

fix(logger): remove chalk from proxy api to reduce bundle size (#208) #168

fix(logger): remove chalk from proxy api to reduce bundle size (#208)

fix(logger): remove chalk from proxy api to reduce bundle size (#208) #168

Workflow file for this run

name: CI
on:
push:
branches: [master]
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Release
run: npm run semantic-release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}