Skip to content

Commit 5a40769

Browse files
authored
Fixes test suite for the breaking changes to node packages (#11)
1 parent 831c5c9 commit 5a40769

File tree

7 files changed

+2434
-18
lines changed

7 files changed

+2434
-18
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414

1515
- uses: purescript-contrib/setup-purescript@main
1616
with:
17-
purescript: "0.15.0"
18-
purs-tidy: "0.8.0"
19-
spago: "0.20.9"
17+
purescript: "0.15.12"
18+
purs-tidy: "0.10.0"
19+
spago: "0.21.0"
2020

2121
- name: Build source
2222
run: spago build

0 commit comments

Comments
 (0)