We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2ca35 commit 0db92b7Copy full SHA for 0db92b7
.github/workflows/ci.yml
@@ -18,7 +18,9 @@ jobs:
18
node-version: "14"
19
20
- name: Build and test with Spago
21
- run: spago test
+ run: |
22
+ npm install
23
+ npx spago test
24
25
- name: Build and test with Pulp
26
run: |
spago.lock
@@ -3,12 +3,12 @@ workspace:
3
spec-discovery:
4
path: ./
5
dependencies:
6
- - aff
7
- - aff-promise
8
- - effect
9
- - foldable-traversable
10
- - prelude
11
- - spec
+ - aff: ">=7.1.0 <8.0.0"
+ - aff-promise: ">=4.0.0 <5.0.0"
+ - effect: ">=4.0.0 <5.0.0"
+ - foldable-traversable: ">=6.0.0 <7.0.0"
+ - prelude: ">=6.0.1 <7.0.0"
+ - spec: ">=7.6.0 <8.0.0"
12
test_dependencies: []
13
build_plan:
14
- aff
0 commit comments