Skip to content

Fix objects with valueType #32

Fix objects with valueType

Fix objects with valueType #32

Workflow file for this run

name: Build Package
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Packages
run: npm install
- name: Build code
run: npm run build