Skip to content

fix: support CtxAppend to work with array in context #58

fix: support CtxAppend to work with array in context

fix: support CtxAppend to work with array in context #58

Workflow file for this run

name: build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Run 'npm run build'
run: npm run build