Skip to content

Upgrade to PureScript 0.15.13 (#36) #74

Upgrade to PureScript 0.15.13 (#36)

Upgrade to PureScript 0.15.13 (#36) #74

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-atrifacts-v3-${{ hashFiles('package-lock.json', 'spago.dhall', 'packages.dhall') }}
- uses: actions/setup-node@v1
with:
node-version: 14.19.1
- run: npm i
- run: npm run build