upgrade deps; clear oudated ir info #26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests | |
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.8.43" | |
- name: "test" | |
run: caps --ci && cr --entry test -1 | |
- run: > | |
cr --emit-js -1 --entry test | |
&& yarn | |
&& node test.mjs |