Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

Commit d79c7d9

Browse files
Update to v0.14.0-rc3 (#27)
Co-authored-by: Cyril Sobierajewicz <sobierajewicz.cyril@gmail.com>
1 parent 76d8888 commit d79c7d9

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
"example"
2828
],
2929
"dependencies": {
30-
"purescript-aff": "^5.0.0",
31-
"purescript-either": "^4.0.0",
32-
"purescript-node-fs": "^5.0.0",
33-
"purescript-node-path": "^3.0.0"
30+
"purescript-aff": "main",
31+
"purescript-either": "master",
32+
"purescript-node-fs": "master",
33+
"purescript-node-path": "master"
3434
},
3535
"devDependencies": {
36-
"purescript-console": "^4.1.0"
36+
"purescript-console": "master"
3737
}
3838
}

0 commit comments

Comments
 (0)