Skip to content

[features] add bit operators (>, <, >=, <=) #24

[features] add bit operators (>, <, >=, <=)

[features] add bit operators (>, <, >=, <=) #24

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install TypeScript
run: npm install
- name: Build
run: npm run build --if-present