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 303fea5 commit 29c736fCopy full SHA for 29c736f
.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
@@ -15,7 +15,7 @@
"package.json"
],
"dependencies": {
- "purescript-web-dom": "^1.0.0",
- "purescript-web-html": "^1.0.0"
+ "purescript-web-dom": "master",
+ "purescript-web-html": "master"
}
21
0 commit comments