Skip to content

Commit aaee78d

Browse files
committed
bump mocha
1 parent 242d7e6 commit aaee78d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build-latest.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Built latest
22

33
on:
44
push:
5-
branches: [default]
5+
branches:
6+
- default
67
pull_request:
7-
branches: [default]
8+
branches:
9+
- default
810

911
jobs:
1012
build:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"chronokinesis": "^6.0.0",
6161
"debug": "^4.3.4",
6262
"eslint": "^9.3.0",
63-
"mocha": "^10.2.0",
63+
"mocha": "^11.0.1",
6464
"mocha-cakes-2": "^3.3.0",
6565
"moddle-context-serializer": "^4.1.1",
6666
"nock": "^13.5.4",

0 commit comments

Comments
 (0)