Skip to content

try calcit 0.9.x

try calcit 0.9.x #1

Workflow file for this run

name: Upload
on:
push:
branches:
- main
pull_request: {}
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'
- uses: calcit-lang/[email protected]
with:
version: '0.9.1'
- name: "run calcit"
run: bundle_calcit -1 && cr -1
- name: "compiles to js"
run: >
caps --ci && cr -1 js
yarn add @calcit/procs
node main.mjs