Skip to content

Commit 5aa3d09

Browse files
committed
Update ps to 0.15
1 parent 2f09209 commit 5aa3d09

File tree

5 files changed

+4144
-600
lines changed

5 files changed

+4144
-600
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup nodejs
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: 12.21.0
14+
node-version: 16.17.1
1515

1616
- name: Cache npm modules
1717
uses: actions/cache@v1

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"output"
2626
],
2727
"dependencies": {
28-
"purescript-bucketchain": "^0.4.0"
28+
"purescript-bucketchain": "^1.0.0"
2929
},
3030
"devDependencies": {
31-
"purescript-assert": "^5.0.0"
31+
"purescript-assert": "^6.0.0"
3232
}
3333
}

0 commit comments

Comments
 (0)