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 6d6c168 commit c6aa323Copy full SHA for c6aa323
.github/workflows/ci.yml
@@ -13,6 +13,8 @@ jobs:
13
- uses: actions/checkout@v2
14
15
- uses: purescript-contrib/setup-purescript@main
16
+ with:
17
+ purescript: "0.14.0-rc3"
18
19
- uses: actions/setup-node@v1
20
with:
bower.json
@@ -12,6 +12,6 @@
12
"url": "git://github.com/purescript-node/purescript-node-url.git"
},
"dependencies": {
- "purescript-nullable": "^4.0.0"
+ "purescript-nullable": "main"
}
0 commit comments