File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,12 @@ jobs:
11
11
- uses : actions/checkout@v2
12
12
13
13
- uses : purescript-contrib/setup-purescript@main
14
+ with :
15
+ purescript : " unstable"
14
16
15
- - uses : actions/setup-node@v1
17
+ - uses : actions/setup-node@v2
16
18
with :
17
- node-version : " 12 "
19
+ node-version : " 14 "
18
20
19
21
- name : Install dependencies
20
22
run : |
Original file line number Diff line number Diff line change 15
15
" package.json"
16
16
],
17
17
"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 "
20
20
}
21
21
}
Original file line number Diff line number Diff line change 6
6
"build" : " pulp build -- --censor-lib --strict"
7
7
},
8
8
"devDependencies" : {
9
- "pulp" : " ^15 .0.0" ,
10
- "purescript" : " 0.14.1 " ,
9
+ "pulp" : " ^16 .0.0- 0" ,
10
+ "purescript" : " ^0.15.0-0 " ,
11
11
"purescript-psa" : " ^0.8.2"
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments