Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

feat: add gql endpoint #26

feat: add gql endpoint

feat: add gql endpoint #26

Workflow file for this run

name: node
on: push
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
- name: install
run: npm install
- name: build
run: npm run build