Skip to content

feat: basic support for Ctx{Get,Set} decorators #45

feat: basic support for Ctx{Get,Set} decorators

feat: basic support for Ctx{Get,Set} decorators #45

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