Skip to content

Commit d4cf529

Browse files
authored
Upgrade to PureScript 0.15.15 and Spago Next (#12)
1 parent 77448d6 commit d4cf529

File tree

11 files changed

+2664
-3129
lines changed

11 files changed

+2664
-3129
lines changed

.bowerrc

-3
This file was deleted.

.github/workflows/build.yml

+5-11
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,12 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14-
- uses: purescript-contrib/setup-purescript@main
14+
- uses: actions/setup-node@v4
1515
with:
16-
purescript: "unstable"
17-
spago: "unstable"
16+
node-version: "22.4"
1817

19-
- name: Cache PureScript dependencies
20-
uses: actions/cache@v2
21-
with:
22-
key: ${{ runner.os }}-spago-${{ hashFiles('**/*.dhall') }}
23-
path: |
24-
.spago
25-
output
18+
- name: Install
19+
run: npm install
2620

2721
- name: Build and test project
28-
run: spago -x ./test.dhall test
22+
run: npx spago test

bower.json

-32
This file was deleted.

0 commit comments

Comments
 (0)