Skip to content

Commit 29c736f

Browse files
Update to v0.14.0-rc3 (#7)
1 parent 303fea5 commit 29c736f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/checkout@v2
1414

1515
- uses: purescript-contrib/setup-purescript@main
16+
with:
17+
purescript: "0.14.0-rc3"
1618

1719
- uses: actions/setup-node@v1
1820
with:

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"package.json"
1616
],
1717
"dependencies": {
18-
"purescript-web-dom": "^1.0.0",
19-
"purescript-web-html": "^1.0.0"
18+
"purescript-web-dom": "master",
19+
"purescript-web-html": "master"
2020
}
2121
}

0 commit comments

Comments
 (0)