File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ jobs:
1111 - uses : actions/checkout@v2
1212
1313 - uses : purescript-contrib/setup-purescript@main
14+ with :
15+ purescript : " unstable"
1416
15- - uses : actions/setup-node@v1
17+ - uses : actions/setup-node@v2
1618 with :
17- node-version : " 12 "
19+ node-version : " 14 "
1820
1921 - name : Install dependencies
2022 run : |
Original file line number Diff line number Diff line change 1515 " package.json"
1616 ],
1717 "dependencies" : {
18- "purescript-css" : " ^5 .0.1 " ,
19- "purescript-halogen" : " ^6.1.1 "
18+ "purescript-css" : " ^6 .0.0 " ,
19+ "purescript-halogen" : " ^7.0.0 "
2020 }
2121}
Original file line number Diff line number Diff line change 66 "build" : " pulp build -- --censor-lib --strict"
77 },
88 "devDependencies" : {
9- "pulp" : " ^15 .0.0" ,
10- "purescript" : " 0.14.1 " ,
9+ "pulp" : " ^16 .0.0- 0" ,
10+ "purescript" : " ^0.15.0-0 " ,
1111 "purescript-psa" : " ^0.8.2"
1212 }
1313}
You can’t perform that action at this time.
0 commit comments