Skip to content

Commit c6aa323

Browse files
Update to v0.14.0-rc3 (#10)
1 parent 6d6c168 commit c6aa323

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"url": "git://github.com/purescript-node/purescript-node-url.git"
1313
},
1414
"dependencies": {
15-
"purescript-nullable": "^4.0.0"
15+
"purescript-nullable": "main"
1616
}
1717
}

0 commit comments

Comments
 (0)