Skip to content

Unary AST and resolve() function for ASTs. #5

Unary AST and resolve() function for ASTs.

Unary AST and resolve() function for ASTs. #5

Workflow file for this run

name: NodeJS CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install Dependencies
run: npm run install-modules
- name: Build Application
run: npm run pack