Skip to content

Commit 53f3f2c

Browse files
Update to v0.14.0-rc3 (#8)
1 parent 8e85a4b commit 53f3f2c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"package.json"
1616
],
1717
"dependencies": {
18-
"purescript-prelude": "^4.0.0",
19-
"purescript-maybe": "^4.0.0"
18+
"purescript-prelude": "master",
19+
"purescript-maybe": "master"
2020
},
2121
"devDependencies": {
22-
"purescript-console": "^4.1.0"
22+
"purescript-console": "master"
2323
}
2424
}

0 commit comments

Comments
 (0)