Skip to content

feat: use spec-node #31

feat: use spec-node

feat: use spec-node #31

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: purescript-contrib/setup-purescript@main
- uses: actions/setup-node@v4
with:
node-version: "22"
- name: Build and test with Spago
run: |
npm install
npx spago test