Skip to content

Avoid capturing ComponentDef in a closure for a long time #194

Avoid capturing ComponentDef in a closure for a long time

Avoid capturing ComponentDef in a closure for a long time #194

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
.spago
output
node_modules
key: build-artifacts-v2-${{ hashFiles('package-lock.json', 'spago.dhall', 'packages.dhall') }}
- uses: actions/setup-node@v2
with:
node-version: 14.19.1
- run: npm i
- run: npm run build
- run: npm run test